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

Unified Diff: components/omnibox/search_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/search_provider.h
diff --git a/components/omnibox/search_provider.h b/components/omnibox/search_provider.h
index 13f81dc49868980cf2d92fa382367895f814973d..b39bc4498f86d8c6de4c4aae792445e8d2650c44 100644
--- a/components/omnibox/search_provider.h
+++ b/components/omnibox/search_provider.h
@@ -158,7 +158,9 @@ class SearchProvider : public BaseSearchProvider,
static ACMatches::iterator FindTopMatch(ACMatches* matches);
// 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;
// BaseSearchProvider:

Powered by Google App Engine
This is Rietveld 408576698