| Index: apps/app_shim/app_shim_host_mac.cc
|
| diff --git a/apps/app_shim/app_shim_host_mac.cc b/apps/app_shim/app_shim_host_mac.cc
|
| index aba1a58bcce6d6865f0473a503aa90640fb48e7b..6762873ade7c2c2596b2f278431c5193e3272a42 100644
|
| --- a/apps/app_shim/app_shim_host_mac.cc
|
| +++ b/apps/app_shim/app_shim_host_mac.cc
|
| @@ -114,6 +114,10 @@ void AppShimHost::OnAppClosed() {
|
| Close();
|
| }
|
|
|
| +void AppShimHost::OnAppHide() {
|
| + Send(new AppShimMsg_Hide);
|
| +}
|
| +
|
| void AppShimHost::OnAppRequestUserAttention() {
|
| Send(new AppShimMsg_RequestUserAttention);
|
| }
|
|
|