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..35cdec9dca87135860a88f782e32f8a74f57cca6 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::HideCustomLauncherPage() { |
+ NOTIMPLEMENTED(); |
+} |
+ |
bool AppListServiceMac::IsAppListVisible() const { |
return [GetNativeWindow() isVisible] && |
![animation_controller_ isClosing]; |