Chromium Code Reviews| Index: ui/app_list/views/apps_grid_view.h |
| diff --git a/ui/app_list/views/apps_grid_view.h b/ui/app_list/views/apps_grid_view.h |
| index 2105597e6cab537c037fe1e877529f5db1e2b83b..2158d9961e281f5554c9d630bbc3ac75ae0623c9 100644 |
| --- a/ui/app_list/views/apps_grid_view.h |
| +++ b/ui/app_list/views/apps_grid_view.h |
| @@ -546,6 +546,9 @@ class APP_LIST_EXPORT AppsGridView : public views::View, |
| // True if the drag_view_ item is a folder item being dragged for reparenting. |
| bool dragging_for_reparent_item_; |
| + // True if the fullscreen app list feature is enabled. |
| + bool is_fullscreen_app_list_enabled_; |
|
xiyuan
2017/06/15 19:40:05
nit: const bool since we don't expect to change dy
weidongg
2017/06/15 20:30:41
Done.
|
| + |
| DISALLOW_COPY_AND_ASSIGN(AppsGridView); |
| }; |