From 1b718a766f1aa8d4e5f2f2505e30b2dd00a62a70 Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 7 Aug 2026 22:44:36 +0600 Subject: [PATCH] helium/core: disable webui omnibox (#2283) we don't care about google ai mode for which the webui omnibox was made. no clue why it's even in chromium instead of chrome, along with tons of other trash. it was enabled in latest patch via https://crrev.com/c/8176782 --- patches/helium/core/disable-omnibox-webui.patch | 16 ++++++++++++++++ patches/series | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 patches/helium/core/disable-omnibox-webui.patch diff --git a/patches/helium/core/disable-omnibox-webui.patch b/patches/helium/core/disable-omnibox-webui.patch new file mode 100644 index 00000000..ea1f5063 --- /dev/null +++ b/patches/helium/core/disable-omnibox-webui.patch @@ -0,0 +1,16 @@ +--- a/chrome/browser/ui/omnibox/omnibox_next_features.cc ++++ b/chrome/browser/ui/omnibox/omnibox_next_features.cc +@@ -31,11 +31,11 @@ namespace omnibox { + namespace internal { + + // If enabled, shows the omnibox suggestions in the popup in WebUI. +-BASE_FEATURE(kWebUIOmniboxPopup, ENABLED); ++BASE_FEATURE(kWebUIOmniboxPopup, DISABLED); + + // If enabled, Omnibox popup will transition to AI-Mode with the compose-box + // panel taking up the whole of the popup, covering the location bar completely. +-BASE_FEATURE(kWebUIOmniboxAimPopup, ENABLED); ++BASE_FEATURE(kWebUIOmniboxAimPopup, DISABLED); + + // If enabled, the Omnibox Popup will enable a different UI state when on a + // webpage. diff --git a/patches/series b/patches/series index b305cec1..f2b00d2f 100644 --- a/patches/series +++ b/patches/series @@ -198,9 +198,9 @@ helium/core/enable-glow-up-features.patch helium/core/enable-bookmark-bar-settings.patch helium/core/force-paste-action.patch helium/core/shift-right-click-context-menu.patch - helium/core/crash-reporter-privacy-tweaks.patch helium/core/crash-reporting-prefs.patch +helium/core/disable-omnibox-webui.patch helium/settings/settings-page-icons.patch helium/settings/move-search-suggest.patch