Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2700)

Unified Diff: apps/app_shim/app_shim_host_mac.cc

Issue 461303002: [Mac] Bounce app shims when app windows request attention. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update FakeHost in test. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/app_shim/app_shim_host_mac.h ('k') | apps/app_shim/app_shim_launch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « apps/app_shim/app_shim_host_mac.h ('k') | apps/app_shim/app_shim_launch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698