| 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 35af2649b809c8b2aaed14ee754b95e2589b5be2..980afec8da7da9cd044fa5dc379c16aec95c48e7 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -747,6 +747,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);
|
|
|