Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index d1b022b8f8f4aec3802ec6b946db096a05a59211..1f5e8362f5250e784ad4357a68929f8aa0edad94 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -163,7 +163,6 @@ class CONTENT_EXPORT ContentBrowserClient { |
virtual void GuestWebContentsAttached( |
WebContents* guest_web_contents, |
WebContents* embedder_web_contents, |
- int browser_plugin_instance_id, |
const base::DictionaryValue& extra_params) {} |
// Notifies that a RenderProcessHost has been created. This is called before |