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

Unified Diff: ui/app_list/search_controller.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_controller.h
diff --git a/ui/app_list/search_controller.h b/ui/app_list/search_controller.h
index 8df0d615a5195106459d735957f8d4d98fcba9bc..27de1eebd07fa6c6fd2ceed9940f99863d58700c 100644
--- a/ui/app_list/search_controller.h
+++ b/ui/app_list/search_controller.h
@@ -57,6 +57,9 @@ class APP_LIST_EXPORT SearchController {
SearchBoxModel* search_box_;
bool dispatching_query_;
+
+ // If true, the search results are shown on the launcher start page.
+ bool query_for_recommendation_;
Providers providers_;
std::unique_ptr<Mixer> mixer_;
History* history_; // KeyedService, not owned.

Powered by Google App Engine
This is Rietveld 408576698