| Index: trunk/src/content/browser/ppapi_plugin_process_host.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/ppapi_plugin_process_host.cc (revision 223483)
|
| +++ trunk/src/content/browser/ppapi_plugin_process_host.cc (working copy)
|
| @@ -217,7 +217,7 @@
|
| info.path, profile_data_directory,
|
| false));
|
|
|
| - filter_ = new PepperMessageFilter();
|
| + filter_ = new PepperMessageFilter(permissions_);
|
| process_->GetHost()->AddFilter(filter_.get());
|
| process_->GetHost()->AddFilter(host_impl_->message_filter().get());
|
|
|
|
|