| Index: components/omnibox/search_provider.h
|
| diff --git a/components/omnibox/search_provider.h b/components/omnibox/search_provider.h
|
| index 13f81dc49868980cf2d92fa382367895f814973d..b39bc4498f86d8c6de4c4aae792445e8d2650c44 100644
|
| --- a/components/omnibox/search_provider.h
|
| +++ b/components/omnibox/search_provider.h
|
| @@ -158,7 +158,9 @@ class SearchProvider : public BaseSearchProvider,
|
| static ACMatches::iterator FindTopMatch(ACMatches* matches);
|
|
|
| // AutocompleteProvider:
|
| - void Start(const AutocompleteInput& input, bool minimal_changes) override;
|
| + void Start(const AutocompleteInput& input,
|
| + bool minimal_changes,
|
| + bool on_focus) override;
|
| void Stop(bool clear_cached_results) override;
|
|
|
| // BaseSearchProvider:
|
|
|