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

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

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.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;

Powered by Google App Engine
This is Rietveld 408576698