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

Unified Diff: content/child/npobject_proxy.h

Issue 17208003: Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (Chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove DCHECKs on proxy and stub maps. Created 7 years, 6 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/child/np_channel_base.cc ('k') | content/child/npobject_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npobject_proxy.h
diff --git a/content/child/npobject_proxy.h b/content/child/npobject_proxy.h
index ab7815ceca115a378f23cae9ff969a388fe36613..ad1621010814c4f356bfe426b6bdfe70fdc0a18b 100644
--- a/content/child/npobject_proxy.h
+++ b/content/child/npobject_proxy.h
@@ -38,7 +38,8 @@ class NPObjectProxy : public IPC::Listener,
static NPObject* Create(NPChannelBase* channel,
int route_id,
int render_view_id,
- const GURL& page_url);
+ const GURL& page_url,
+ NPP owner);
// IPC::Sender implementation:
virtual bool Send(IPC::Message* msg) OVERRIDE;
« no previous file with comments | « content/child/np_channel_base.cc ('k') | content/child/npobject_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698