Chromium Code Reviews| Index: ui/app_list/presenter/app_list_presenter_impl.h |
| diff --git a/ui/app_list/presenter/app_list_presenter_impl.h b/ui/app_list/presenter/app_list_presenter_impl.h |
| index 4f1ee1bb2183303c61d307642f33e0800787580b..7bd8b198d032c81654bd5b709ecc529eff48fa88 100644 |
| --- a/ui/app_list/presenter/app_list_presenter_impl.h |
| +++ b/ui/app_list/presenter/app_list_presenter_impl.h |
| @@ -134,6 +134,9 @@ class APP_LIST_PRESENTER_EXPORT AppListPresenterImpl |
| // Whether should schedule snap back animation. |
| bool should_snap_back_ = false; |
| + // Whether the fullscreen app list feature is enabled; |
| + bool is_fullscreen_app_list_enabled_; |
|
vadimt
2017/06/23 23:44:04
const
newcomer
2017/06/26 16:13:58
Done.
|
| + |
| // The app list interface pointer; used for reporting visibility changes. |
| mojom::AppListPtr app_list_; |