| Index: content/browser/plugin_service_impl.cc
|
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
|
| index 6682a4d4604e0f47628efb38df516f736aa83c8e..c4886d6ab66e54fde1689fd5bb3d92d84e4d0320 100644
|
| --- a/content/browser/plugin_service_impl.cc
|
| +++ b/content/browser/plugin_service_impl.cc
|
| @@ -356,8 +356,7 @@ PpapiPluginProcessHost* PluginServiceImpl::FindOrStartPpapiPluginProcess(
|
|
|
| // This plugin isn't loaded by any plugin process, so create a new process.
|
| return PpapiPluginProcessHost::CreatePluginHost(
|
| - *info, profile_data_directory,
|
| - client->GetResourceContext()->GetHostResolver());
|
| + *info, profile_data_directory);
|
| }
|
|
|
| PpapiPluginProcessHost* PluginServiceImpl::FindOrStartPpapiBrokerProcess(
|
|
|