Chromium Code Reviews| Index: content/common/browser_plugin_messages.h |
| diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
| index b874875b325991a2cf5dc3e3cde5f47bd5872bef..6c5c3dba340e79ce4c2bea2dd6eebafdb34c9147 100644 |
| --- a/content/common/browser_plugin_messages.h |
| +++ b/content/common/browser_plugin_messages.h |
| @@ -56,6 +56,7 @@ IPC_STRUCT_BEGIN(BrowserPluginHostMsg_CreateGuest_Params) |
| IPC_STRUCT_MEMBER(bool, focused) |
| IPC_STRUCT_MEMBER(bool, visible) |
| IPC_STRUCT_MEMBER(std::string, name) |
| + IPC_STRUCT_MEMBER(std::string, src) |
|
Charlie Reis
2013/01/23 00:17:37
https://chromiumcodereview.appspot.com/11956022 ha
|
| IPC_STRUCT_MEMBER(BrowserPluginHostMsg_AutoSize_Params, auto_size_params) |
| IPC_STRUCT_MEMBER(BrowserPluginHostMsg_ResizeGuest_Params, |
| resize_guest_params) |