mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
14 lines
600 B
C++
14 lines
600 B
C++
# Disables Site search Starter Pack
|
|
#
|
|
--- a/components/omnibox/common/omnibox_features.cc
|
|
+++ b/components/omnibox/common/omnibox_features.cc
|
|
@@ -262,7 +262,7 @@ BASE_FEATURE(kOmniboxTouchDownTriggerFor
|
|
BASE_FEATURE(kOmniboxSiteSearch, DISABLED);
|
|
|
|
// Enables additional site search providers for the Site search Starter Pack.
|
|
-BASE_FEATURE(kStarterPackExpansion, enable_if(!IS_ANDROID && !IS_IOS));
|
|
+BASE_FEATURE(kStarterPackExpansion, base::FEATURE_DISABLED_BY_DEFAULT);
|
|
|
|
// Enables an informational IPH message at the bottom of the Omnibox directing
|
|
// users to certain starter pack engines.
|