| Index: extensions/common/extension_messages.h
|
| diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
|
| index d7997811deb0bc240926a9980b148119d00a2844..a31152316c4d9e125e2001fcb6950ba9a22309b5 100644
|
| --- a/extensions/common/extension_messages.h
|
| +++ b/extensions/common/extension_messages.h
|
| @@ -428,8 +428,9 @@ IPC_MESSAGE_CONTROL1(ExtensionMsg_ActivateExtension,
|
| std::string /* extension_id */)
|
|
|
| // Notifies the renderer that extensions were loaded in the browser.
|
| -IPC_MESSAGE_CONTROL1(ExtensionMsg_Loaded,
|
| - std::vector<ExtensionMsg_Loaded_Params>)
|
| +IPC_MESSAGE_CONTROL2(ExtensionMsg_Loaded,
|
| + std::vector<ExtensionMsg_Loaded_Params>,
|
| + std::string /* webview_partition_id */)
|
|
|
| // Notifies the renderer that an extension was unloaded in the browser.
|
| IPC_MESSAGE_CONTROL1(ExtensionMsg_Unloaded,
|
|
|