| Index: ppapi/proxy/plugin_dispatcher.h
|
| diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
|
| index 2fb0395d3d998193d65588b5adbf121275c76dd8..1c213b64c66556069ea10937e43ec759d71fc2d4 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.h
|
| +++ b/ppapi/proxy/plugin_dispatcher.h
|
| @@ -126,6 +126,7 @@ class PPAPI_PROXY_EXPORT PluginDispatcher
|
| // The delegate pointer must outlive this class, ownership is not
|
| // transferred.
|
| bool InitPluginWithChannel(PluginDelegate* delegate,
|
| + base::ProcessId peer_pid,
|
| const IPC::ChannelHandle& channel_handle,
|
| bool is_client);
|
|
|
|
|