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

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

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/autocomplete_classifier.h
diff --git a/components/omnibox/browser/autocomplete_classifier.h b/components/omnibox/browser/autocomplete_classifier.h
index c1a08a703d067276ae9a039450cd4207da787943..84c3954df85c70f89a9a115e1167343143bb93be 100644
--- a/components/omnibox/browser/autocomplete_classifier.h
+++ b/components/omnibox/browser/autocomplete_classifier.h
@@ -20,11 +20,6 @@ class GURL;
class AutocompleteClassifier : public KeyedService {
public:
- // 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;
-
AutocompleteClassifier(
std::unique_ptr<AutocompleteController> controller_,
std::unique_ptr<AutocompleteSchemeClassifier> scheme_classifier);
@@ -33,6 +28,11 @@ class AutocompleteClassifier : public KeyedService {
// KeyedService:
void Shutdown() override;
+ // Bitmap of AutocompleteProvider::Type values describing the default set of
+ // providers queried for the omnibox. Intended to be passed to
+ // AutocompleteController().
+ static int DefaultOmniboxProviders();
+
// Given some string |text| that the user wants to use for navigation,
// determines how it should be interpreted.
// |prefer_keyword| should be true the when keyword UI is onscreen; see
« 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