[iOS][Omnibox] Disable shortcuts provider when flag is disabled
Disable shortcuts provider on iOS when the flag is disabled.
Bug: 1498531
Change-Id: I0d665e6d40a3cac314bb4a987510ab8d9954cb20
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4994578
Reviewed-by: manuk hovanesian <[email protected]>
Commit-Queue: Christian Xu <[email protected]>
Auto-Submit: Christian Xu <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1218385}
diff --git a/ios/chrome/browser/flags/about_flags.mm b/ios/chrome/browser/flags/about_flags.mm
index 5d86f53..8209da0 100644
--- a/ios/chrome/browser/flags/about_flags.mm
+++ b/ios/chrome/browser/flags/about_flags.mm
@@ -1621,7 +1621,8 @@
{"omnibox-shortcuts-database-ios",
flag_descriptions::kOmniboxPopulateShortcutsDatabaseName,
flag_descriptions::kOmniboxPopulateShortcutsDatabaseDescription,
- flags_ui::kOsIos, FEATURE_VALUE_TYPE(kOmniboxPopulateShortcutsDatabase)},
+ flags_ui::kOsIos,
+ FEATURE_VALUE_TYPE(omnibox::kOmniboxPopulateShortcutsDatabase)},
{"enable-feed-containment", flag_descriptions::kEnableFeedContainmentName,
flag_descriptions::kEnableFeedContainmentDescription, flags_ui::kOsIos,
FEATURE_VALUE_TYPE(kEnableFeedContainment)},