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

Unified Diff: chrome/browser/android/vr_shell/vr_omnibox.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/android/vr_shell/vr_omnibox.cc
diff --git a/chrome/browser/android/vr_shell/vr_omnibox.cc b/chrome/browser/android/vr_shell/vr_omnibox.cc
index a5e7092feab60767efc18c87e085f1b6eb1d5840..a76509d753e7811b5c207480a251159527560c33 100644
--- a/chrome/browser/android/vr_shell/vr_omnibox.cc
+++ b/chrome/browser/android/vr_shell/vr_omnibox.cc
@@ -23,7 +23,7 @@ VrOmnibox::VrOmnibox(UiInterface* ui)
autocomplete_controller_(base::MakeUnique<AutocompleteController>(
base::MakeUnique<ChromeAutocompleteProviderClient>(profile_),
this,
- AutocompleteClassifier::kDefaultOmniboxProviders)) {}
+ AutocompleteClassifier::DefaultOmniboxProviders())) {}
VrOmnibox::~VrOmnibox() = default;

Powered by Google App Engine
This is Rietveld 408576698