| Index: apps/app_shim/app_shim_messages.h
|
| diff --git a/apps/app_shim/app_shim_messages.h b/apps/app_shim/app_shim_messages.h
|
| index e0fd29981ae54378926ff31e06c45a862950d064..26a0263cfda4a4cec1481ff9338b5c1f18d661fb 100644
|
| --- a/apps/app_shim/app_shim_messages.h
|
| +++ b/apps/app_shim/app_shim_messages.h
|
| @@ -25,6 +25,9 @@ IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimFocusType,
|
| IPC_MESSAGE_CONTROL1(AppShimMsg_LaunchApp_Done,
|
| apps::AppShimLaunchResult /* launch result */)
|
|
|
| +// Instructs the shim to hide the app.
|
| +IPC_MESSAGE_CONTROL0(AppShimMsg_Hide)
|
| +
|
| // Instructs the shim to request user attention.
|
| IPC_MESSAGE_CONTROL0(AppShimMsg_RequestUserAttention)
|
|
|
|
|