Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: chrome/browser/prerender/prerender_contents.cc

Issue 1144253003: Remove --enable-strict-site-isolation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set correct upstream Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698