| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host_impl.cc (revision 183210)
|
| +++ content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -530,7 +530,7 @@
|
| channel_->AddFilter(new AppCacheDispatcherHost(
|
| storage_partition_impl_->GetAppCacheService(),
|
| GetID()));
|
| - channel_->AddFilter(new ClipboardMessageFilter(browser_context));
|
| + channel_->AddFilter(new ClipboardMessageFilter());
|
| channel_->AddFilter(
|
| new DOMStorageMessageFilter(
|
| GetID(),
|
|
|