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

Unified Diff: components/omnibox/browser/omnibox_controller.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: components/omnibox/browser/omnibox_controller.cc
diff --git a/components/omnibox/browser/omnibox_controller.cc b/components/omnibox/browser/omnibox_controller.cc
index 638a1a476893529e9b7260da44b7d6eb5351efc7..a45f5102e20bb16484ce617ebfb8c6ab9a91eeb6 100644
--- a/components/omnibox/browser/omnibox_controller.cc
+++ b/components/omnibox/browser/omnibox_controller.cc
@@ -22,7 +22,7 @@ OmniboxController::OmniboxController(OmniboxEditModel* omnibox_edit_model,
autocomplete_controller_(new AutocompleteController(
client_->CreateAutocompleteProviderClient(),
this,
- AutocompleteClassifier::kDefaultOmniboxProviders)),
+ AutocompleteClassifier::DefaultOmniboxProviders())),
weak_ptr_factory_(this) {}
OmniboxController::~OmniboxController() {
« no previous file with comments | « components/omnibox/browser/autocomplete_classifier.cc ('k') | components/omnibox/browser/omnibox_edit_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698