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

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: A style fix 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
Index: components/omnibox/keyword_provider.h
diff --git a/components/omnibox/keyword_provider.h b/components/omnibox/keyword_provider.h
index f0dfed2fb07c99e040cd31fb52763daa1ce35d63..a54612109d4cd314f129a62857db30cbfd41019c 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 on_focus) override;
void Stop(bool clear_cached_results) override;
private:

Powered by Google App Engine
This is Rietveld 408576698