| 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 555b9137e40eec186bb41802d5cdf774007d71f1..a33d5148ba1e8e12a52961704ca54d381d16ff27 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -717,6 +717,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| ChromeBlobStorageContext::GetFor(browser_context),
|
| storage_partition_impl_->GetFileSystemContext(),
|
| storage_partition_impl_->GetServiceWorkerContext(),
|
| + storage_partition_impl_->GetHostZoomLevelContext(),
|
| get_contexts_callback);
|
|
|
| AddFilter(resource_message_filter);
|
|
|