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

Unified Diff: ui/app_list/search/mixer.h

Issue 2225073002: [Chrome OS] Change layout of the launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address xiyuan@'s comments. Created 4 years, 4 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: ui/app_list/search/mixer.h
diff --git a/ui/app_list/search/mixer.h b/ui/app_list/search/mixer.h
index e0aa3bd43507665d8ab9936b22a402c4e38fb806..9629d5bb45dfb6296d4b815757dc6e25a344754f 100644
--- a/ui/app_list/search/mixer.h
+++ b/ui/app_list/search/mixer.h
@@ -44,8 +44,11 @@ class APP_LIST_EXPORT Mixer {
// Associates a provider with a mixer group.
void AddProviderToGroup(size_t group_id, SearchProvider* provider);
- // Collects the results, sorts and publishes them.
- void MixAndPublish(bool is_voice_query, const KnownResults& known_results);
+ // Collects the results, sorts and publishes them. If |is_empty_query| equals
+ // true, the results are to be shown on the launcher start page.
+ void MixAndPublish(bool is_empty_query,
+ bool is_voice_query,
+ const KnownResults& known_results);
private:
FRIEND_TEST_ALL_PREFIXES(test::MixerTest, Publish);

Powered by Google App Engine
This is Rietveld 408576698