| Index: chrome/browser/ui/app_list/app_list_service_mac.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_mac.h b/chrome/browser/ui/app_list/app_list_service_mac.h
|
| index c97e2d3780c4a7afab20b3770cec5f23bc5cdaf8..f8211ca3c2a547926da558a34c7f59e1251a1ac9 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac.h
|
| @@ -51,6 +51,7 @@ class AppListServiceMac : public AppListServiceImpl,
|
| void Init(Profile* initial_profile) override;
|
| void DismissAppList() override;
|
| void ShowForCustomLauncherPage(Profile* profile) override;
|
| + void HideCustomLauncherPage() override;
|
| bool IsAppListVisible() const override;
|
| void EnableAppList(Profile* initial_profile,
|
| AppListEnableSource enable_source) override;
|
|
|