diff --git a/patches/helium/core/disable-update-toast.patch b/patches/helium/core/disable-update-toast.patch new file mode 100644 index 00000000..c78767cc --- /dev/null +++ b/patches/helium/core/disable-update-toast.patch @@ -0,0 +1,11 @@ +--- a/chrome/browser/ui/ui_features.cc ++++ b/chrome/browser/ui/ui_features.cc +@@ -724,7 +724,7 @@ bool HasTabSearchToolbarButton() { + + BASE_FEATURE(kNonMilestoneUpdateToast, + "NonMilestoneUpdateToast", +- base::FEATURE_ENABLED_BY_DEFAULT); ++ base::FEATURE_DISABLED_BY_DEFAULT); + + BASE_FEATURE(kBookmarkTabGroupConversion, + "BookmarkTabGroupConversion", diff --git a/patches/series b/patches/series index d310638e..5e0b95c5 100644 --- a/patches/series +++ b/patches/series @@ -175,6 +175,7 @@ helium/core/enable-parallel-downloading.patch helium/core/infinite-tab-freezing.patch helium/core/disable-touch-ui.patch helium/core/open-new-tabs-next-to-active-tab-option.patch +helium/core/disable-update-toast.patch helium/settings/move-search-suggest.patch helium/settings/remove-autofill.patch