Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: components/omnibox/browser/autocomplete_classifier.cc

Issue 2947643002: [ios] Enables the BuiltinProvider. (Closed)
Patch Set: Review Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/autocomplete/autocomplete_provider_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/autocomplete_classifier.cc
diff --git a/components/omnibox/browser/autocomplete_classifier.cc b/components/omnibox/browser/autocomplete_classifier.cc
index b086d835f2c96b1c37cd2a5368cf01e1e8a4647c..2386539c62504e71417d309b9653f6b71984f54b 100644
--- a/components/omnibox/browser/autocomplete_classifier.cc
+++ b/components/omnibox/browser/autocomplete_classifier.cc
@@ -44,8 +44,7 @@ int AutocompleteClassifier::DefaultOmniboxProviders() {
AutocompleteProvider::TYPE_KEYWORD |
#endif
#if !defined(OS_IOS)
- // "Builtin", "Shortcuts" and "Zero Suggest" are not supported on iOS.
- AutocompleteProvider::TYPE_BUILTIN |
+ // "Shortcuts" and "Zero Suggest" are not supported on iOS.
AutocompleteProvider::TYPE_SHORTCUTS |
AutocompleteProvider::TYPE_ZERO_SUGGEST |
#endif
@@ -53,6 +52,7 @@ int AutocompleteClassifier::DefaultOmniboxProviders() {
? AutocompleteProvider::TYPE_CLIPBOARD_URL
: 0) |
AutocompleteProvider::TYPE_BOOKMARK |
+ AutocompleteProvider::TYPE_BUILTIN |
AutocompleteProvider::TYPE_HISTORY_QUICK |
AutocompleteProvider::TYPE_HISTORY_URL |
AutocompleteProvider::TYPE_SEARCH;
« no previous file with comments | « no previous file | ios/chrome/browser/autocomplete/autocomplete_provider_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698