Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1649)

Unified Diff: content/public/renderer/render_frame.h

Issue 444813002: Remove BrowserPlugin's -internal-attach method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't crash on tear down Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..c25e5fcadd494777977dafe171bdebea8569baee 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 identified by |element_instance_id| to guest
+ // content created by the embedder.
+ virtual void AttachGuest(int element_instance_id) = 0;
+
protected:
virtual ~RenderFrame() {}
« no previous file with comments | « content/public/browser/browser_plugin_guest_manager.h ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698