| Index: ppapi/proxy/broker_dispatcher.h
|
| diff --git a/ppapi/proxy/broker_dispatcher.h b/ppapi/proxy/broker_dispatcher.h
|
| index de83b2b1e14bf0dc9e46efe2e4fddb0d420e196f..2da4a472cedad637a75f571cd7460a21cbffa79b 100644
|
| --- a/ppapi/proxy/broker_dispatcher.h
|
| +++ b/ppapi/proxy/broker_dispatcher.h
|
| @@ -20,6 +20,7 @@ class PPAPI_PROXY_EXPORT BrokerDispatcher : public ProxyChannel {
|
| // The delegate pointer must outlive this class, ownership is not
|
| // transferred.
|
| virtual bool InitBrokerWithChannel(ProxyChannel::Delegate* delegate,
|
| + base::ProcessId peer_pid,
|
| const IPC::ChannelHandle& channel_handle,
|
| bool is_client);
|
|
|
|
|