Index: content/public/renderer/render_frame.h |
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h |
index a0bee71260a5e7ad38b5a266b50eb6b1391be5bf..52739799fdee5ec917fbd276396b884557992756 100644 |
--- a/content/public/renderer/render_frame.h |
+++ b/content/public/renderer/render_frame.h |
@@ -95,6 +95,10 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener, |
// Returns true if this frame is a FTP directory listing. |
virtual bool IsFTPDirectoryListing() = 0; |
+ // Attaches the browser plugin to guest content created by the embedder. |
+ virtual void AttachToBrowserPlugin(int browser_plugin_instance_id, |
+ int guest_instance_id) = 0; |
+ |
protected: |
virtual ~RenderFrame() {} |