Chromium Code Reviews| Index: ash/shelf/shelf_layout_manager.h |
| diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h |
| index 7c3731a32cc7297f96d06b73470c0005b7041292..bb36cb43802bedc16dfce0eb0cb4f3ee41b33cb8 100644 |
| --- a/ash/shelf/shelf_layout_manager.h |
| +++ b/ash/shelf/shelf_layout_manager.h |
| @@ -328,6 +328,9 @@ class ASH_EXPORT ShelfLayoutManager |
| // False when neither the auto hide timer nor the timer task are running. |
| bool mouse_over_shelf_when_auto_hide_timer_started_; |
| + // Whether the fullscreen app list feature is enabled. |
| + bool is_fullscreen_app_list_enabled_; |
|
James Cook
2017/06/22 00:32:46
nit: const
newcomer
2017/07/11 19:54:12
Done.
|
| + |
| base::ObserverList<ShelfLayoutManagerObserver> observers_; |
| // The shelf reacts to gesture-drags, and can be set to auto-hide for certain |