| Index: chrome/browser/ui/app_list/app_list_service_mac.mm
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_mac.mm b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| index f33787952a5cf644c7bc20e3b115a7bff42d029e..6201dd000a77316c0b82e17267fcb2e9fe2c631c 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| @@ -425,6 +425,10 @@ void AppListServiceMac::ShowForCustomLauncherPage(Profile* profile) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void AppListServiceMac::HideLauncherPageIfShowing() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| bool AppListServiceMac::IsAppListVisible() const {
|
| return [GetNativeWindow() isVisible] &&
|
| ![animation_controller_ isClosing];
|
|
|