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

Unified Diff: components/omnibox/keyword_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/keyword_provider.h
diff --git a/components/omnibox/keyword_provider.h b/components/omnibox/keyword_provider.h
index 7c4d1f68ef8117b94e1b36fda6c195b1c074b9ff..d420f0237012a0c647f58cdc31a0fd1b406dbeae 100644
--- a/components/omnibox/keyword_provider.h
+++ b/components/omnibox/keyword_provider.h
@@ -97,7 +97,8 @@ class KeywordProvider : public AutocompleteProvider {
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;
private:
friend class KeywordExtensionsDelegateImpl;

Powered by Google App Engine
This is Rietveld 408576698