| Index: apps/app_shim/app_shim_launch.h
|
| diff --git a/apps/app_shim/app_shim_launch.h b/apps/app_shim/app_shim_launch.h
|
| index 26b6416f019f1808e1894013de6b74cf2a2e8db8..61f87da6dda8d592c7af569ea18bce25bb27873c 100644
|
| --- a/apps/app_shim/app_shim_launch.h
|
| +++ b/apps/app_shim/app_shim_launch.h
|
| @@ -41,6 +41,17 @@ enum AppShimFocusType {
|
| APP_SHIM_FOCUS_NUM_TYPES
|
| };
|
|
|
| +enum AppShimAttentionType {
|
| + // Removes any active attention request.
|
| + APP_SHIM_ATTENTION_CANCEL = 0,
|
| + // Bounces the shim in the dock briefly.
|
| + APP_SHIM_ATTENTION_INFORMATIONAL,
|
| + // Bounces the shim in the dock continuously.
|
| + APP_SHIM_ATTENTION_CRITICAL,
|
| + // Counter and end marker.
|
| + APP_SHIM_ATTENTION_NUM_TYPES
|
| +};
|
| +
|
| } // namespace apps
|
|
|
| #endif // APPS_APP_SHIM_APP_SHIM_LAUNCH_H_
|
|
|