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