Index: content/public/browser/browser_plugin_guest_manager.h |
diff --git a/content/public/browser/browser_plugin_guest_manager.h b/content/public/browser/browser_plugin_guest_manager.h |
index 0ab13c0188882c44844e982d271a4853a6a2a26c..fd430f89c041e93d0f8ab5b4ffe74999b1002940 100644 |
--- a/content/public/browser/browser_plugin_guest_manager.h |
+++ b/content/public/browser/browser_plugin_guest_manager.h |
@@ -29,6 +29,8 @@ class CONTENT_EXPORT BrowserPluginGuestManager { |
typedef base::Callback<bool(WebContents*)> GuestCallback; |
virtual bool ForEachGuest(WebContents* embedder_web_contents, |
const GuestCallback& callback); |
+ |
+ virtual WebContents* GetFullPageGuest(WebContents* embedder_web_contents); |
Fady Samuel
2015/04/01 21:55:14
nit: Add comment as to what this does.
raymes
2015/04/13 11:00:31
Done.
|
}; |
} // namespace content |