| Index: content/ppapi_plugin/plugin_process_dispatcher.cc
|
| diff --git a/content/ppapi_plugin/plugin_process_dispatcher.cc b/content/ppapi_plugin/plugin_process_dispatcher.cc
|
| index 869f94c3a55d668d8e725db3425ca2f4e6846046..72b93de5917a747f827b5c3da5388a18620e626f 100644
|
| --- a/content/ppapi_plugin/plugin_process_dispatcher.cc
|
| +++ b/content/ppapi_plugin/plugin_process_dispatcher.cc
|
| @@ -17,8 +17,10 @@ const int kPluginReleaseTimeSeconds = 30;
|
|
|
| PluginProcessDispatcher::PluginProcessDispatcher(
|
| PP_GetInterface_Func get_interface,
|
| + const ppapi::PpapiPermissions& permissions,
|
| bool incognito)
|
| : ppapi::proxy::PluginDispatcher(get_interface,
|
| + permissions,
|
| incognito) {
|
| ChildProcess::current()->AddRefProcess();
|
| }
|
|
|