Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6741)

Unified Diff: chrome/browser/ui/app_list/app_list_service_mac.mm

Issue 1137503005: Add launcherPage.hide() API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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];

Powered by Google App Engine
This is Rietveld 408576698