| 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;
|
|
|