| Index: content/ppapi_plugin/plugin_process_dispatcher.cc
 | 
| ===================================================================
 | 
| --- content/ppapi_plugin/plugin_process_dispatcher.cc	(revision 136613)
 | 
| +++ content/ppapi_plugin/plugin_process_dispatcher.cc	(working copy)
 | 
| @@ -16,11 +16,9 @@
 | 
|  }  // namespace
 | 
|  
 | 
|  PluginProcessDispatcher::PluginProcessDispatcher(
 | 
| -    base::ProcessHandle remote_process_handle,
 | 
|      PP_GetInterface_Func get_interface,
 | 
|      bool incognito)
 | 
| -    : ppapi::proxy::PluginDispatcher(remote_process_handle,
 | 
| -                                     get_interface,
 | 
| +    : ppapi::proxy::PluginDispatcher(get_interface,
 | 
|                                       incognito) {
 | 
|    ChildProcess::current()->AddRefProcess();
 | 
|  }
 | 
| 
 |