Chromium Code Reviews| 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. |
|
tapted
2013/09/03 08:17:25
nit: should we say something about the actual effe
jackhou1
2013/09/04 01:31:31
Actually it does use the shim to hide. I don't thi
|
| +IPC_MESSAGE_CONTROL0(AppShimMsg_Hide) |
| + |
| // Instructs the shim to request user attention. |
| IPC_MESSAGE_CONTROL0(AppShimMsg_RequestUserAttention) |