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

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

Issue 2721993002: Omnibox - Make Clipboard Provider Enabled via an Experimental Feature (Closed)
Patch Set: remove unnecessary variable 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/autocomplete_classifier.h
diff --git a/components/omnibox/browser/autocomplete_classifier.h b/components/omnibox/browser/autocomplete_classifier.h
index c1a08a703d067276ae9a039450cd4207da787943..91e87341e7a8caceefaa6ee3eb996db6b022a7cb 100644
--- a/components/omnibox/browser/autocomplete_classifier.h
+++ b/components/omnibox/browser/autocomplete_classifier.h
@@ -23,7 +23,7 @@ class AutocompleteClassifier : public KeyedService {
// Bitmap of AutocompleteProvider::Type values describing the default set of
// providers queried for the omnibox. Intended to be passed to
// AutocompleteController().
- static const int kDefaultOmniboxProviders;
+ static int DefaultOmniboxProviders();
Mark P 2017/02/28 23:06:02 TODO(mpearson): after review, move this down to li
AutocompleteClassifier(
std::unique_ptr<AutocompleteController> controller_,
« no previous file with comments | « chrome/browser/ui/webui/options/startup_pages_handler.cc ('k') | components/omnibox/browser/autocomplete_classifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698