diff options
Diffstat (limited to 'chrome/browser/autocomplete/history_contents_provider.h')
-rw-r--r-- | chrome/browser/autocomplete/history_contents_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/history_contents_provider.h b/chrome/browser/autocomplete/history_contents_provider.h index 4e8d096..b3667d1 100644 --- a/chrome/browser/autocomplete/history_contents_provider.h +++ b/chrome/browser/autocomplete/history_contents_provider.h @@ -34,7 +34,7 @@ class HistoryContentsProvider : public HistoryProvider { // done SetResults is invoked. virtual void Start(const AutocompleteInput& input, bool minimal_changes) OVERRIDE; - virtual void Stop() OVERRIDE; + virtual void Stop(bool clear_cached_results) OVERRIDE; private: // When processing the results from the history query, this structure points |