| 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..9009f46cc230084e1594751ecc2e47cfb819bd2b 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 HideLauncherPageIfShowing() override;
|
| bool IsAppListVisible() const override;
|
| void DismissAppList() override;
|
| void EnableAppList(Profile* initial_profile,
|
|
|