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 aaeae277edfebc9681fd9b987c3e4dabf6cccdfa..1a8a42b3871b34ef3702eb1cba1474d961010a6b 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 |