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

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

Issue 10982068: Browser Plugin: Remove unnecessary references to frame_id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/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 1a81d23744cf750f0956a5aa3a9c32d961714010..536f568a097a10c1fc530603ce702027d6b25285 100644
--- a/content/renderer/browser_plugin/browser_plugin.cc
+++ b/content/renderer/browser_plugin/browser_plugin.cc
@@ -62,7 +62,6 @@ BrowserPlugin::BrowserPlugin(
guest_crashed_(false),
resize_pending_(false),
navigate_src_sent_(false),
- parent_frame_(frame->identifier()),
process_id_(-1),
persist_storage_(false) {
BrowserPluginManager::Get()->AddBrowserPlugin(instance_id, this);
@@ -103,7 +102,6 @@ void BrowserPlugin::SetSrcAttribute(const std::string& src) {
new BrowserPluginHostMsg_NavigateGuest(
render_view_->GetRoutingID(),
instance_id_,
- parent_frame_,
src,
gfx::Size(width(), height())));
// Record that we sent a NavigateGuest message to embedder. Once we send
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin.h ('k') | content/renderer/browser_plugin/browser_plugin_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698