| Index: content/browser/renderer_host/browser_render_process_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/browser_render_process_host.cc (revision 85048)
|
| +++ content/browser/renderer_host/browser_render_process_host.cc (working copy)
|
| @@ -367,8 +367,7 @@
|
| new PepperMessageFilter(&profile()->GetResourceContext()));
|
| channel_->AddFilter(new speech_input::SpeechInputDispatcherHost(id()));
|
| channel_->AddFilter(
|
| - new FileSystemDispatcherHost(&profile()->GetResourceContext(),
|
| - profile()->GetHostContentSettingsMap()));
|
| + new FileSystemDispatcherHost(&profile()->GetResourceContext()));
|
| channel_->AddFilter(new device_orientation::MessageFilter());
|
| channel_->AddFilter(
|
| new BlobMessageFilter(id(), profile()->GetBlobStorageContext()));
|
|
|