summaryrefslogtreecommitdiffstats
path: root/content/renderer/browser_plugin
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/browser_plugin')
-rw-r--r--content/renderer/browser_plugin/browser_plugin.cc2
-rw-r--r--content/renderer/browser_plugin/browser_plugin.h3
2 files changed, 0 insertions, 5 deletions
diff --git a/content/renderer/browser_plugin/browser_plugin.cc b/content/renderer/browser_plugin/browser_plugin.cc
index 5cad47f..3962ccf 100644
--- a/content/renderer/browser_plugin/browser_plugin.cc
+++ b/content/renderer/browser_plugin/browser_plugin.cc
@@ -61,7 +61,6 @@ BrowserPlugin::BrowserPlugin(RenderViewImpl* render_view,
auto_navigate_(auto_navigate),
mouse_locked_(false),
browser_plugin_manager_(render_view->GetBrowserPluginManager()),
- embedder_frame_url_(frame->document().url()),
weak_ptr_factory_(this) {
}
@@ -293,7 +292,6 @@ void BrowserPlugin::Attach(int guest_instance_id,
attach_params.focused = ShouldGuestBeFocused();
attach_params.visible = visible_;
attach_params.opaque = !GetAllowTransparencyAttribute();
- attach_params.embedder_frame_url = embedder_frame_url_;
attach_params.origin = plugin_rect().origin();
GetSizeParams(&attach_params.auto_size_params,
&attach_params.resize_guest_params,
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 925ee23..d35b173 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -299,9 +299,6 @@ class CONTENT_EXPORT BrowserPlugin :
// Used to identify the plugin to WebBindings.
scoped_ptr<struct _NPP> npp_;
- // URL for the embedder frame.
- const GURL embedder_frame_url_;
-
std::vector<EditCommand> edit_commands_;
// Weak factory used in v8 |MakeWeak| callback, since the v8 callback might