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

Unified Diff: components/omnibox/keyword_provider.h

Issue 836213002: Assume all providers may give zero suggest responses. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation issue in athena Created 5 years, 11 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
« no previous file with comments | « components/omnibox/base_search_provider_unittest.cc ('k') | components/omnibox/keyword_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/keyword_provider.h
diff --git a/components/omnibox/keyword_provider.h b/components/omnibox/keyword_provider.h
index f0dfed2fb07c99e040cd31fb52763daa1ce35d63..7c4d1f68ef8117b94e1b36fda6c195b1c074b9ff 100644
--- a/components/omnibox/keyword_provider.h
+++ b/components/omnibox/keyword_provider.h
@@ -94,7 +94,9 @@ class KeywordProvider : public AutocompleteProvider {
const AutocompleteInput& input);
// AutocompleteProvider:
- void Start(const AutocompleteInput& input, bool minimal_changes) override;
+ void Start(const AutocompleteInput& input,
+ bool minimal_changes,
+ bool called_due_to_focus) override;
void Stop(bool clear_cached_results) override;
private:
« no previous file with comments | « components/omnibox/base_search_provider_unittest.cc ('k') | components/omnibox/keyword_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698