| 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_;
|
|
|