Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1621)

Unified Diff: components/omnibox/search_provider.h

Issue 985503002: Omnibox - Make Omnibox Extensions Ignore Stop() Calls Due to User Idleness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/omnibox/search_provider.h
diff --git a/components/omnibox/search_provider.h b/components/omnibox/search_provider.h
index 93a2f0eba3738bc31650e6b19bdff66c4ed7b2ad..affb938eb8d3538c489fbc827ead6f7d80a63e64 100644
--- a/components/omnibox/search_provider.h
+++ b/components/omnibox/search_provider.h
@@ -162,7 +162,8 @@ class SearchProvider : public BaseSearchProvider,
void Start(const AutocompleteInput& input,
bool minimal_changes,
bool called_due_to_focus) override;
- void Stop(bool clear_cached_results) override;
+ void Stop(bool clear_cached_results,
+ bool user_inactivity_timer) override;
// BaseSearchProvider:
const TemplateURL* GetTemplateURL(bool is_keyword) const override;

Powered by Google App Engine
This is Rietveld 408576698