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

Unified Diff: chrome/browser/ui/webui/options/startup_pages_handler.cc

Issue 2721993002: Omnibox - Make Clipboard Provider Enabled via an Experimental Feature (Closed)
Patch Set: rebase Created 3 years, 10 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
Index: chrome/browser/ui/webui/options/startup_pages_handler.cc
diff --git a/chrome/browser/ui/webui/options/startup_pages_handler.cc b/chrome/browser/ui/webui/options/startup_pages_handler.cc
index 067123f4e7f4ccad731dad4d9228b29be439bb9b..738625ddac06f0a6bddcb04f3ab26f2261e71d79 100644
--- a/chrome/browser/ui/webui/options/startup_pages_handler.cc
+++ b/chrome/browser/ui/webui/options/startup_pages_handler.cc
@@ -111,7 +111,7 @@ void StartupPagesHandler::InitializeHandler() {
autocomplete_controller_.reset(new AutocompleteController(
base::MakeUnique<ChromeAutocompleteProviderClient>(profile), this,
- AutocompleteClassifier::kDefaultOmniboxProviders));
+ AutocompleteClassifier::DefaultOmniboxProviders()));
}
void StartupPagesHandler::InitializePage() {
« no previous file with comments | « chrome/browser/ui/webui/options/home_page_overlay_handler.cc ('k') | components/omnibox/browser/autocomplete_classifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698