| Index: content/browser/host_zoom_map_impl.cc
|
| diff --git a/content/browser/host_zoom_map_impl.cc b/content/browser/host_zoom_map_impl.cc
|
| index 2c1c5ec3e8d39d539714d9237d3a8d8ee746c665..cb394f81cbe857e051b70d813d74c5893b129699 100644
|
| --- a/content/browser/host_zoom_map_impl.cc
|
| +++ b/content/browser/host_zoom_map_impl.cc
|
| @@ -75,6 +75,8 @@ HostZoomMap* HostZoomMap::Get(SiteInstance* instance) {
|
| }
|
|
|
| HostZoomMap* HostZoomMap::GetForWebContents(const WebContents* contents) {
|
| + // TODO(wjmaclean): Update this behaviour to work with OOPIF.
|
| + // See crbug.com/528407.
|
| StoragePartition* partition =
|
| BrowserContext::GetStoragePartition(contents->GetBrowserContext(),
|
| contents->GetSiteInstance());
|
|
|