| Index: extensions/common/extension_messages.h
|
| diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
|
| index 456bff16c9a413ecdfb70f36f8bca2d385d0b0dc..c88ba8032d7374cfb2c55d29e5e4c811c1a2e4ea 100644
|
| --- a/extensions/common/extension_messages.h
|
| +++ b/extensions/common/extension_messages.h
|
| @@ -639,9 +639,10 @@ IPC_MESSAGE_ROUTED2(ExtensionMsg_DispatchOnDisconnect,
|
|
|
| // Informs the renderer what channel (dev, beta, stable, etc) and user session
|
| // type is running.
|
| -IPC_MESSAGE_CONTROL2(ExtensionMsg_SetSessionInfo,
|
| +IPC_MESSAGE_CONTROL3(ExtensionMsg_SetSessionInfo,
|
| version_info::Channel /* channel */,
|
| - extensions::FeatureSessionType /* session_type */)
|
| + extensions::FeatureSessionType /* session_type */,
|
| + bool /* is_lock_screen_context */)
|
|
|
| // Notify the renderer that its window has closed.
|
| IPC_MESSAGE_ROUTED0(ExtensionMsg_AppWindowClosed)
|
|
|