| 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;
|
|
|