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..2c86aada2b6bcd8ff643351619e0b399b4f9bb38 100644 |
| --- a/extensions/common/extension_messages.h |
| +++ b/extensions/common/extension_messages.h |
| @@ -802,3 +802,7 @@ IPC_MESSAGE_ROUTED3(ExtensionHostMsg_AutomationQuerySelector_Result, |
| int /* request_id */, |
| ExtensionHostMsg_AutomationQuerySelector_Error /* error */, |
| int /* result_acc_obj_id */) |
| + |
| +// Report the WebView parition ID to the WebView guest renderer process. |
|
not at google - send to devlin
2015/08/31 18:31:44
You've added this to the "messages sent from rende
paulmeyer
2015/08/31 21:40:08
I've moved it to the correct section. I've also ma
|
| +IPC_MESSAGE_CONTROL1(ExtensionMsg_SetWebViewPartitionID, |
| + std::string /* webview_partition_id */) |