| 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..7aaf07fa889ccb5041d5c6291681900aad3bb603 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -26,6 +26,7 @@
|
| #include "ui/gfx/point.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/size.h"
|
| +#include "url/gurl.h"
|
| #include "webkit/common/cursors/webcursor.h"
|
|
|
| #undef IPC_MESSAGE_EXPORT
|
| @@ -69,6 +70,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(GURL, embedder_frame_url)
|
| IPC_STRUCT_MEMBER(BrowserPluginHostMsg_AutoSize_Params, auto_size_params)
|
| IPC_STRUCT_MEMBER(BrowserPluginHostMsg_ResizeGuest_Params,
|
| resize_guest_params)
|
|
|