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

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

Issue 2934673002: Revert of Draggable peeking/fullscreen launcher with transparent background. (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 | « ui/app_list/views/app_list_view.cc ('k') | ui/app_list/views/contents_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/contents_view.h
diff --git a/ui/app_list/views/contents_view.h b/ui/app_list/views/contents_view.h
index a27300fe26be18311ed68ef5ff5d99c992357409..62a52cd291e99b3f672c9a64bdda4dc0c155021d 100644
--- a/ui/app_list/views/contents_view.h
+++ b/ui/app_list/views/contents_view.h
@@ -26,7 +26,6 @@
class AppsGridView;
class AppListPage;
-class AppListView;
class ApplicationDragAndDropHost;
class AppListFolderItem;
class AppListMainView;
@@ -45,7 +44,7 @@
class APP_LIST_EXPORT ContentsView : public views::View,
public PaginationModelObserver {
public:
- ContentsView(AppListMainView* app_list_main_view, AppListView* app_list_view);
+ explicit ContentsView(AppListMainView* app_list_main_view);
~ContentsView() override;
// Initialize the pages of the launcher. Should be called after
@@ -192,9 +191,6 @@
// Parent view. Owned by the views hierarchy.
AppListMainView* app_list_main_view_;
- // Owned by the views hierarchy.
- AppListView* const app_list_view_;
-
// Maps State onto |view_model_| indices.
std::map<AppListModel::State, int> state_to_view_;
« no previous file with comments | « ui/app_list/views/app_list_view.cc ('k') | ui/app_list/views/contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698