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

Unified Diff: ui/app_list/views/start_page_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/search_box_view.cc ('k') | ui/app_list/views/start_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/start_page_view.h
diff --git a/ui/app_list/views/start_page_view.h b/ui/app_list/views/start_page_view.h
index ef68aa0d0d012c4c244ba610c5734378b3a46f23..28f9c2e1771a0fee6ab114d19344fcb1441205b3 100644
--- a/ui/app_list/views/start_page_view.h
+++ b/ui/app_list/views/start_page_view.h
@@ -16,7 +16,6 @@
namespace app_list {
class AppListMainView;
-class AppListView;
class AppListViewDelegate;
class CustomLauncherPageBackgroundView;
class SearchResultTileItemView;
@@ -26,8 +25,7 @@
class APP_LIST_EXPORT StartPageView : public AppListPage {
public:
StartPageView(AppListMainView* app_list_main_view,
- AppListViewDelegate* view_delegate,
- AppListView* app_list_view);
+ AppListViewDelegate* view_delegate);
~StartPageView() override;
void Reset();
@@ -52,11 +50,11 @@
void OnGestureEvent(ui::GestureEvent* event) override;
void OnScrollEvent(ui::ScrollEvent* event) override;
+
private:
class StartPageTilesContainer;
void InitInstantContainer();
-
void MaybeOpenCustomLauncherPage();
void SetCustomLauncherPageSelected(bool selected);
« no previous file with comments | « ui/app_list/views/search_box_view.cc ('k') | ui/app_list/views/start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698