| Index: content/browser/ppapi_plugin_process_host.cc
|
| diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc
|
| index b85950a20102d9f522b9aa41b775bd087ccdc67f..3183a844a0945f363258e69817ebe7eab782bf95 100644
|
| --- a/content/browser/ppapi_plugin_process_host.cc
|
| +++ b/content/browser/ppapi_plugin_process_host.cc
|
| @@ -217,7 +217,7 @@ PpapiPluginProcessHost::PpapiPluginProcessHost(
|
| info.path, profile_data_directory,
|
| false));
|
|
|
| - filter_ = PepperMessageFilter::CreateForPpapiPluginProcess(permissions_);
|
| + filter_ = new PepperMessageFilter(permissions_);
|
| process_->GetHost()->AddFilter(filter_.get());
|
| process_->GetHost()->AddFilter(host_impl_->message_filter().get());
|
|
|
|
|