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

Unified Diff: chrome/browser/ui/webui/options/home_page_overlay_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/home_page_overlay_handler.cc
diff --git a/chrome/browser/ui/webui/options/home_page_overlay_handler.cc b/chrome/browser/ui/webui/options/home_page_overlay_handler.cc
index 586373c740be2c7880b17474498264a66bd86499..ab247d9f2c818f3ccfe0ea239eb0b76c4f2ad799 100644
--- a/chrome/browser/ui/webui/options/home_page_overlay_handler.cc
+++ b/chrome/browser/ui/webui/options/home_page_overlay_handler.cc
@@ -39,7 +39,7 @@ void HomePageOverlayHandler::InitializeHandler() {
Profile* profile = Profile::FromWebUI(web_ui());
autocomplete_controller_.reset(new AutocompleteController(
base::MakeUnique<ChromeAutocompleteProviderClient>(profile), this,
- AutocompleteClassifier::kDefaultOmniboxProviders));
+ AutocompleteClassifier::DefaultOmniboxProviders()));
}
void HomePageOverlayHandler::GetLocalizedValues(
« no previous file with comments | « chrome/browser/ui/webui/omnibox/omnibox_page_handler.cc ('k') | chrome/browser/ui/webui/options/startup_pages_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698