summaryrefslogtreecommitdiffstats
path: root/content/public/browser/browser_plugin_guest_manager.h
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 00:16:16 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 00:17:56 +0000
commit2101c4cb016ab1d6c948b8fc6e8f2ce85b1b72df (patch)
tree395e786c5b0f39cf43930b7eb752a8bee3fbec25 /content/public/browser/browser_plugin_guest_manager.h
parent9f8faa749db01ebcbe65b58266a1aede764910cd (diff)
downloadchromium_src-2101c4cb016ab1d6c948b8fc6e8f2ce85b1b72df.zip
chromium_src-2101c4cb016ab1d6c948b8fc6e8f2ce85b1b72df.tar.gz
chromium_src-2101c4cb016ab1d6c948b8fc6e8f2ce85b1b72df.tar.bz2
Remove BrowserPlugin's -internal-attach method
This CL exposes a much simpler content/public method: void RenderView::AttachToBrowserPlugin(blink::WebNode&) This removes BrowserPlugin's usage of NPAPI method bindings. This will hopefully help us move towards using OOPIFs. BUG=330264 Review URL: https://codereview.chromium.org/444813002 Cr-Commit-Position: refs/heads/master@{#291261} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser/browser_plugin_guest_manager.h')
-rw-r--r--content/public/browser/browser_plugin_guest_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/public/browser/browser_plugin_guest_manager.h b/content/public/browser/browser_plugin_guest_manager.h
index 9839dfb..f56cd2a 100644
--- a/content/public/browser/browser_plugin_guest_manager.h
+++ b/content/public/browser/browser_plugin_guest_manager.h
@@ -35,8 +35,8 @@ class CONTENT_EXPORT BrowserPluginGuestManager {
// not own the requested guest, then the embedder will be killed,
// and the |callback| will not be called.
virtual void MaybeGetGuestByInstanceIDOrKill(
- int guest_instance_id,
- int embedder_render_process_id,
+ WebContents* embedder_web_contents,
+ int browser_plugin_instance_id,
const GuestByInstanceIDCallback& callback) {}
// Iterates over all WebContents belonging to a given |embedder_web_contents|,