| 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 6ecfe3b78aaf07756a7991e652fc6ac950bef807..fc4558470f1a7b5ab0ae72b946ea70285bb60bcd 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);
|
|
|