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

Unified Diff: content/renderer/browser_plugin/browser_plugin.cc

Issue 422343004: Browser Plugin: Remove embedder_frame_url (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/browser_plugin/browser_plugin.cc
diff --git a/content/renderer/browser_plugin/browser_plugin.cc b/content/renderer/browser_plugin/browser_plugin.cc
index 5cad47f19903b37323585f947ac3769c4e8105a1..3962ccfcab2c2aedc83fb37745842bbd9f78155e 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,
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698