| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index b9957c80f1a9eb02d007468d101aaa839d36e601..967ff44ada9faec70bb8d410735c3d19a3100dc3 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -530,7 +530,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| channel_->AddFilter(new AppCacheDispatcherHost(
|
| storage_partition_impl_->GetAppCacheService(),
|
| GetID()));
|
| - channel_->AddFilter(new ClipboardMessageFilter());
|
| + channel_->AddFilter(new ClipboardMessageFilter(browser_context));
|
| channel_->AddFilter(
|
| new DOMStorageMessageFilter(
|
| GetID(),
|
|
|