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 b4345c628dd71c78bab99db13dc42284de00985a..880196a54d29bbad625f55fac52ce3f1b4edbf60 100644 |
| --- a/content/common/browser_plugin/browser_plugin_messages.h |
| +++ b/content/common/browser_plugin/browser_plugin_messages.h |
| @@ -69,6 +69,7 @@ IPC_STRUCT_BEGIN(BrowserPluginHostMsg_Attach_Params) |
| IPC_STRUCT_MEMBER(bool, visible) |
| IPC_STRUCT_MEMBER(std::string, name) |
| IPC_STRUCT_MEMBER(std::string, src) |
| + IPC_STRUCT_MEMBER(std::string, embedder_frame_url) |
|
Charlie Reis
2013/09/13 21:17:24
Please use GURL for urls. (I'm not certain, but I
guohui
2013/09/16 22:27:02
Done.
|
| IPC_STRUCT_MEMBER(BrowserPluginHostMsg_AutoSize_Params, auto_size_params) |
| IPC_STRUCT_MEMBER(BrowserPluginHostMsg_ResizeGuest_Params, |
| resize_guest_params) |