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 80c8e23d88b08228dae518ae8c67409ff654e2db..bb22c1e49cdb0b71c23aae8a6b0f9c0f9865114d 100644 |
--- a/content/common/browser_plugin/browser_plugin_messages.h |
+++ b/content/common/browser_plugin/browser_plugin_messages.h |
@@ -53,6 +53,8 @@ IPC_STRUCT_BEGIN(BrowserPluginHostMsg_Attach_Params) |
IPC_STRUCT_MEMBER(BrowserPluginHostMsg_ResizeGuest_Params, |
resize_guest_params) |
IPC_STRUCT_MEMBER(gfx::Point, origin) |
+ // Whether the browser plugin is a full page plugin document. |
+ IPC_STRUCT_MEMBER(bool, is_full_page_plugin) |
IPC_STRUCT_END() |
// Browser plugin messages |