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

Unified Diff: chrome/browser/autocomplete/autocomplete_classifier.h

Issue 10909130: autocomplete: Add AutocompleteProvider::Type enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix inadvertently-change parameter in test Created 8 years, 3 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/autocomplete/autocomplete_classifier.h
diff --git a/chrome/browser/autocomplete/autocomplete_classifier.h b/chrome/browser/autocomplete/autocomplete_classifier.h
index 3bb6f8dc7a02b354abc107c84f2a0ead535b0507..17e647454f744a28cc61ba29cc1bb7c536731805 100644
--- a/chrome/browser/autocomplete/autocomplete_classifier.h
+++ b/chrome/browser/autocomplete/autocomplete_classifier.h
@@ -18,6 +18,11 @@ class Profile;
class AutocompleteClassifier : public ProfileKeyedService {
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;
+
explicit AutocompleteClassifier(Profile* profile);
virtual ~AutocompleteClassifier();

Powered by Google App Engine
This is Rietveld 408576698