| 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 2b8b0d3d17caf83277f9214cccd561060cf374b7..b7d06f7e275b5ee4cc08398626e72305561a0f60 100644
|
| --- a/ui/app_list/views/start_page_view.h
|
| +++ b/ui/app_list/views/start_page_view.h
|
| @@ -50,11 +50,11 @@ class APP_LIST_EXPORT StartPageView : public AppListPage {
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| void OnScrollEvent(ui::ScrollEvent* event) override;
|
|
|
| -
|
| private:
|
| class StartPageTilesContainer;
|
|
|
| void InitInstantContainer();
|
| +
|
| void MaybeOpenCustomLauncherPage();
|
|
|
| void SetCustomLauncherPageSelected(bool selected);
|
|
|