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..b8a6b90e8afddb42bedaf41a61a9ff92b843d639 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_SetUserAttention(type)); |
} |
void AppShimHost::Close() { |