Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 0d3733a7c46a4a491ca0c6773b840ba7a4e68826..57a6d9c7691d955721954c93a01b00d68dd32177 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -187,6 +187,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost, |
// Returns whether the guest is attached to an embedder. |
bool attached() const { return attached_; } |
+ bool is_full_page_plugin() const { return is_full_page_plugin_; } |
+ |
// Attaches this BrowserPluginGuest to the provided |embedder_web_contents| |
// and initializes the guest with the provided |params|. Attaching a guest |
// to an embedder implies that this guest's lifetime is no longer managed |