Index: chrome/browser/prerender/prerender_contents.cc |
diff --git a/chrome/browser/prerender/prerender_contents.cc b/chrome/browser/prerender/prerender_contents.cc |
index ebe6549f4edeea0b1ca5bcb98c2838849c8dc98b..7aa18f9afda66693fd2d965fe199dd5adc4c95f5 100644 |
--- a/chrome/browser/prerender/prerender_contents.cc |
+++ b/chrome/browser/prerender/prerender_contents.cc |
@@ -90,9 +90,7 @@ class PrerenderContents::WebContentsDelegateImpl |
const OpenURLParams& params) override { |
// |OpenURLFromTab| is typically called when a frame performs a navigation |
// that requires the browser to perform the transition instead of WebKit. |
- // Examples include prerendering a site that redirects to an app URL, |
- // or if --enable-strict-site-isolation is specified and the prerendered |
Charlie Reis
2015/06/05 23:06:17
Probably keep this comment and just say --site-per
ncarter (slow)
2015/06/06 18:24:33
Done.
|
- // frame redirects to a different origin. |
+ // Example: prerendering a site that redirects to an app URL. |
// TODO(cbentzel): Consider supporting this if it is a common case during |
// prerenders. |
prerender_contents_->Destroy(FINAL_STATUS_OPEN_URL); |