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

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

Issue 2938953003: Remove redundant IsFullscreenAppListEnabled() (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ui/app_list/views/apps_grid_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | ui/app_list/views/apps_grid_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698