| Index: content/browser/renderer_host/browser_render_process_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/browser_render_process_host.cc (revision 83945)
|
| +++ content/browser/renderer_host/browser_render_process_host.cc (working copy)
|
| @@ -357,8 +357,7 @@
|
| new AppCacheDispatcherHost(&profile()->GetResourceContext(), id()));
|
| channel_->AddFilter(new ClipboardMessageFilter());
|
| channel_->AddFilter(
|
| - new DOMStorageMessageFilter(id(), profile()->GetWebKitContext(),
|
| - profile()->GetHostContentSettingsMap()));
|
| + new DOMStorageMessageFilter(id(), profile()->GetWebKitContext()));
|
| channel_->AddFilter(
|
| new IndexedDBDispatcherHost(id(), profile()->GetWebKitContext(),
|
| profile()->GetHostContentSettingsMap()));
|
|
|