| Index: ppapi/proxy/host_dispatcher.h
 | 
| ===================================================================
 | 
| --- ppapi/proxy/host_dispatcher.h	(revision 136613)
 | 
| +++ ppapi/proxy/host_dispatcher.h	(working copy)
 | 
| @@ -47,8 +47,7 @@
 | 
|    // SyncMessageStatusReceiver.
 | 
|    //
 | 
|    // You must call InitHostWithChannel after the constructor.
 | 
| -  HostDispatcher(base::ProcessHandle host_process_handle,
 | 
| -                 PP_Module module,
 | 
| +  HostDispatcher(PP_Module module,
 | 
|                   PP_GetInterface_Func local_get_interface,
 | 
|                   SyncMessageStatusReceiver* sync_status);
 | 
|    ~HostDispatcher();
 | 
| 
 |