| Index: ppapi/proxy/plugin_dispatcher.h
 | 
| ===================================================================
 | 
| --- ppapi/proxy/plugin_dispatcher.h	(revision 136613)
 | 
| +++ ppapi/proxy/plugin_dispatcher.h	(working copy)
 | 
| @@ -70,8 +70,7 @@
 | 
|    // module ID will be set upon receipt of the InitializeModule message.
 | 
|    //
 | 
|    // You must call InitPluginWithChannel after the constructor.
 | 
| -  PluginDispatcher(base::ProcessHandle remote_process_handle,
 | 
| -                   PP_GetInterface_Func get_interface,
 | 
| +  PluginDispatcher(PP_GetInterface_Func get_interface,
 | 
|                     bool incognito);
 | 
|    virtual ~PluginDispatcher();
 | 
|  
 | 
| 
 |