| 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 9d9e66d273251a4f0d873af8c59b3e497ec8f26f..e1d3be422755fe75e0ab53f91979c59aa95a80b7 100644
|
| --- a/apps/app_shim/app_shim_host_mac.cc
|
| +++ b/apps/app_shim/app_shim_host_mac.cc
|
| @@ -120,8 +120,8 @@ void AppShimHost::OnAppHide() {
|
| Send(new AppShimMsg_Hide);
|
| }
|
|
|
| -void AppShimHost::OnAppRequestUserAttention() {
|
| - Send(new AppShimMsg_RequestUserAttention);
|
| +void AppShimHost::OnAppRequestUserAttention(apps::AppShimAttentionType type) {
|
| + Send(new AppShimMsg_RequestUserAttention(type));
|
| }
|
|
|
| void AppShimHost::Close() {
|
|
|