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

Unified Diff: ui/app_list/views/search_result_page_view.h

Issue 2933673002: Preparing to making answer-card independent of fullscreen. (Closed)
Patch Set: CR comments Created 3 years, 6 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/views/search_result_page_view.h
diff --git a/ui/app_list/views/search_result_page_view.h b/ui/app_list/views/search_result_page_view.h
index 0691e67f23c47393959d79427b892a8d5f7aec1b..b26a30e4e9ee74f40fe6344a790ac3354f294369 100644
--- a/ui/app_list/views/search_result_page_view.h
+++ b/ui/app_list/views/search_result_page_view.h
@@ -66,8 +66,8 @@ class APP_LIST_EXPORT SearchResultPageView
// -1 indicates no selection.
int selected_index_;
- // Whether launcher is shown in fullscreen mode.
- bool const is_fullscreen_app_list_enabled_;
+ // Whether to use new UX design for search results.
+ bool const is_new_design_;
// View containing SearchCardView instances. Owned by view hierarchy.
views::View* const contents_view_;

Powered by Google App Engine
This is Rietveld 408576698