Chromium Code Reviews| Index: content/common/browser_plugin/browser_plugin_messages.h |
| diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h |
| index 60d0a91ae2f6a713f52225a0e576bb8855b79dd8..af1f05b9f827c58195ee88ce74a773eaaec45a29 100644 |
| --- a/content/common/browser_plugin/browser_plugin_messages.h |
| +++ b/content/common/browser_plugin/browser_plugin_messages.h |
| @@ -100,8 +100,9 @@ IPC_STRUCT_END() |
| // This message is sent to the browser process to request an instance ID. |
| // |request_id| is used by BrowserPluginEmbedder to route the response back |
|
lazyboy
2014/05/01 20:06:59
Also add why |src| will be needed.
Fady Samuel
2014/05/01 21:05:28
I removed src because it's not yet relevant in thi
|
| // to its origin. |
| -IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_AllocateInstanceID, |
| - int /* request_id */) |
| +IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_AllocateInstanceID, |
| + int /* request_id */, |
| + std::string /* src */) |
| // This message is sent from BrowserPlugin to BrowserPluginGuest to issue an |
| // edit command. |