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

Unified Diff: ui/app_list/views/app_list_main_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/all_apps_tile_item_view.cc ('k') | ui/app_list/views/app_list_main_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_main_view.h
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
index 7d06cab3469833a1b658475fbd69dddd16ea750c..937a5dd271615da87d90a0c8d0c8fc3b35fd8a24 100644
--- a/ui/app_list/views/app_list_main_view.h
+++ b/ui/app_list/views/app_list_main_view.h
@@ -21,7 +21,6 @@
class AppListItem;
class AppListModel;
-class AppListView;
class AppListViewDelegate;
class ApplicationDragAndDropHost;
class ContentsView;
@@ -36,7 +35,7 @@
public SearchBoxViewDelegate,
public SearchResultListViewDelegate {
public:
- AppListMainView(AppListViewDelegate* delegate, AppListView* app_list_view);
+ explicit AppListMainView(AppListViewDelegate* delegate);
~AppListMainView() override;
void Init(gfx::NativeView parent,
@@ -100,7 +99,6 @@
// Created by AppListView. Owned by views hierarchy.
SearchBoxView* search_box_view_;
ContentsView* contents_view_; // Owned by views hierarchy.
- AppListView* const app_list_view_; // Owned by views hierarchy.
DISALLOW_COPY_AND_ASSIGN(AppListMainView);
};
« no previous file with comments | « ui/app_list/views/all_apps_tile_item_view.cc ('k') | ui/app_list/views/app_list_main_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698