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

Unified Diff: apps/app_shim/extension_app_shim_handler_mac.h

Issue 23514021: Add Hide to app menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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: apps/app_shim/extension_app_shim_handler_mac.h
diff --git a/apps/app_shim/extension_app_shim_handler_mac.h b/apps/app_shim/extension_app_shim_handler_mac.h
index f707232c980e60c94db2a80a7b6fa0bd23d77e8a..07f052707c1502ca1de0937014176f064eaa4e2f 100644
--- a/apps/app_shim/extension_app_shim_handler_mac.h
+++ b/apps/app_shim/extension_app_shim_handler_mac.h
@@ -69,6 +69,8 @@ class ExtensionAppShimHandler : public AppShimHandler,
static void QuitAppForWindow(ShellWindow* shell_window);
+ static void HideAppForWindow(ShellWindow* shell_window);
+
// Brings the window to the front without showing it and instructs the shim to
// request user attention. Returns false if there is no shim for this window.
static bool RequestUserAttentionForWindow(ShellWindow* shell_window);

Powered by Google App Engine
This is Rietveld 408576698