Chromium Code Reviews| 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 */) |
|
not at google - send to devlin
2015/08/27 20:01:25
This seems like an arbitrary IPC to add this to. I
paulmeyer
2015/08/31 15:32:55
Done.
|
| // Notifies the renderer that an extension was unloaded in the browser. |
| IPC_MESSAGE_CONTROL1(ExtensionMsg_Unloaded, |