| Index: content/common/browser_plugin_messages.h
|
| diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h
|
| index 02a4edd6ce91738868e1678a8bf15f26ea0bf2c4..c70d04dff193c171742c5fec7b4025dcfa3430ed 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)
|
| IPC_STRUCT_MEMBER(BrowserPluginHostMsg_AutoSize_Params, auto_size_params)
|
| IPC_STRUCT_MEMBER(BrowserPluginHostMsg_ResizeGuest_Params,
|
| resize_guest_params)
|
|
|