| Index: chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.h b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| index 6dcc302ca106a735869ebd314528e09f6124b984..62e3ae63eefbefdd365873646fe000448d4a1af7 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| @@ -44,6 +44,7 @@ class AppListServiceAsh : public AppListServiceImpl {
|
| const std::string& extension_id,
|
| bool start_discovery_tracking) override;
|
| void ShowForCustomLauncherPage(Profile* profile) override;
|
| + void HideCustomLauncherPage() override;
|
| bool IsAppListVisible() const override;
|
| void DismissAppList() override;
|
| void EnableAppList(Profile* initial_profile,
|
|
|