| Index: chrome/renderer/chrome_content_renderer_client.cc
|
| diff --git a/chrome/renderer/chrome_content_renderer_client.cc b/chrome/renderer/chrome_content_renderer_client.cc
|
| index 9e8aa9979364c50ff8be627a833bc17fa1e06ea5..92cf13e8a659cbc04287a921994ff167994c400d 100644
|
| --- a/chrome/renderer/chrome_content_renderer_client.cc
|
| +++ b/chrome/renderer/chrome_content_renderer_client.cc
|
| @@ -1395,6 +1395,8 @@ bool ChromeContentRendererClient::CrossesExtensionExtents(
|
| // the type of process. In default Chrome, that's the URL of the opener's
|
| // top frame and not the opener frame itself. In --site-per-process, we
|
| // can use the opener frame itself.
|
| + // TODO(nick): Either wire this up to SiteIsolationPolicy, or to state on
|
| + // |opener_frame|/its ancestors.
|
| if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kSitePerProcess))
|
| old_url = opener_frame->document().url();
|
|
|