| Index: apps/app_shim/app_shim_handler_mac.h
|
| diff --git a/apps/app_shim/app_shim_handler_mac.h b/apps/app_shim/app_shim_handler_mac.h
|
| index bb908f9c10181d59a618f43c3c992c20a81a39c0..e442e6443d726f5c4f2784edba268c3b0481714f 100644
|
| --- a/apps/app_shim/app_shim_handler_mac.h
|
| +++ b/apps/app_shim/app_shim_handler_mac.h
|
| @@ -24,6 +24,8 @@ class AppShimHandler {
|
| virtual void OnAppLaunchComplete(AppShimLaunchResult result) = 0;
|
| // Invoked when the app is closed in the browser process.
|
| virtual void OnAppClosed() = 0;
|
| + // Invoked when the app should be hidden.
|
| + virtual void OnAppHide() = 0;
|
| // Invoked when the app is requesting user attention.
|
| virtual void OnAppRequestUserAttention() = 0;
|
|
|
|
|