| Index: chrome/browser/autocomplete/history_url_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
|
| index 19ee8e6b49389674a8c9302262870626cc3235f9..b07e9092b93b03812a46ca60ff986fb70af6bef2 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.h
|
| +++ b/chrome/browser/autocomplete/history_url_provider.h
|
| @@ -191,7 +191,8 @@ class HistoryURLProvider : public HistoryProvider {
|
| virtual void Start(const AutocompleteInput& input,
|
| bool minimal_changes,
|
| bool called_due_to_focus) override;
|
| - virtual void Stop(bool clear_cached_results) override;
|
| + virtual void Stop(bool clear_cached_results,
|
| + bool user_inactivity_timer) override;
|
|
|
| // Returns a match representing a navigation to |destination_url| given user
|
| // input of |text|. |trim_http| controls whether the match's |fill_into_edit|
|
|
|