| 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 83933a4d8a6fa9465a275388f7a7b607445ae160..4337ff43751d60d4fe32c4e88b000dc97deda782 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(),
|
|
|