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

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

Issue 2938953003: Remove redundant IsFullscreenAppListEnabled() (Closed)
Patch Set: bool->const bool 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..932f3c962568267693a5b37ac4715bafe6fafd72 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.
+ const bool is_fullscreen_app_list_enabled_;
+
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