| 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
|
| // 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.
|
|
|