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

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: Temporarily remove check for NULL owner when receiving objects. 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
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;

Powered by Google App Engine
This is Rietveld 408576698