| Index: chrome/browser/autocomplete/keyword_provider.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/keyword_provider.h (revision 93757)
|
| +++ chrome/browser/autocomplete/keyword_provider.h (working copy)
|
| @@ -24,6 +24,7 @@
|
|
|
| class Profile;
|
| class TemplateURL;
|
| +class TemplateURLModel;
|
| class TemplateURLService;
|
|
|
| // Autocomplete provider for keyword input.
|
| @@ -71,6 +72,12 @@
|
| const AutocompleteInput& input,
|
| string16* remaining_input);
|
|
|
| + // Creates a fully marked-up AutocompleteMatch for a specific keyword.
|
| + AutocompleteMatch CreateAutocompleteMatch(
|
| + TemplateURLService* model,
|
| + const string16& keyword,
|
| + const AutocompleteInput& input);
|
| +
|
| // AutocompleteProvider
|
| virtual void Start(const AutocompleteInput& input, bool minimal_changes);
|
| virtual void Stop();
|
|
|