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

Unified Diff: ui/app_list/search_controller.h

Issue 2253253002: [Merge to M53][Chrome OS] Change layout of the launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: 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
« no previous file with comments | « ui/app_list/search/mixer_unittest.cc ('k') | ui/app_list/search_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_controller.h
diff --git a/ui/app_list/search_controller.h b/ui/app_list/search_controller.h
index 8ba61d2b9aae85db3b3fc754b49b5c2aaac28693..d702319438f4bd4e19a162f70dbfbd7306836992 100644
--- a/ui/app_list/search_controller.h
+++ b/ui/app_list/search_controller.h
@@ -59,12 +59,15 @@ class APP_LIST_EXPORT SearchController {
SearchBoxModel* search_box_;
- bool dispatching_query_;
+ bool dispatching_query_ = false;
+
+ // If true, the search results are shown on the launcher start page.
+ bool query_for_recommendation_ = false;
Providers providers_;
std::unique_ptr<Mixer> mixer_;
History* history_; // KeyedService, not owned.
- bool is_voice_query_;
+ bool is_voice_query_ = false;
base::OneShotTimer stop_timer_;
« no previous file with comments | « ui/app_list/search/mixer_unittest.cc ('k') | ui/app_list/search_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698