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

Unified Diff: apps/app_shim/app_shim_handler_mac.h

Issue 461303002: [Mac] Bounce app shims when app windows request attention. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | apps/app_shim/app_shim_host_mac.h » ('j') | apps/app_shim/app_shim_messages.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9e53e0efdf5671763f7ed4b5d48674bbd13ce76d..2cc3425b9fb61a05b90eb67b13cb99021beb61ef 100644
--- a/apps/app_shim/app_shim_handler_mac.h
+++ b/apps/app_shim/app_shim_handler_mac.h
@@ -26,7 +26,7 @@ class AppShimHandler {
// Invoked when the app should be hidden.
virtual void OnAppHide() = 0;
// Invoked when the app is requesting user attention.
- virtual void OnAppRequestUserAttention() = 0;
+ virtual void OnAppRequestUserAttention(AppShimAttentionType type) = 0;
// Allows the handler to determine which app this host corresponds to.
virtual base::FilePath GetProfilePath() const = 0;
« no previous file with comments | « no previous file | apps/app_shim/app_shim_host_mac.h » ('j') | apps/app_shim/app_shim_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698