| 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 84a31ba849001026b451f344c400dacf2965db3a..079f6e9dda954727f32c8ccdb2bd3beaebe05540 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -716,6 +716,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);
|
|
|