| 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();
|
|
|
|
|