| 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);
|
|
|