| 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..bb93cf45175fbc4a482820033dd61bd0bbca6adb 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 HideLauncherPageIfShowing() override;
|
| bool IsAppListVisible() const override;
|
| void EnableAppList(Profile* initial_profile,
|
| AppListEnableSource enable_source) override;
|
|
|