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

Unified Diff: content/browser/frame_host/render_frame_host_manager.cc

Issue 2668013005: Turn on AreCrossProcessFramesPossible by default. (Closed)
Patch Set: Fix unit tests, find potential problems. Created 3 years, 11 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: content/browser/frame_host/render_frame_host_manager.cc
diff --git a/content/browser/frame_host/render_frame_host_manager.cc b/content/browser/frame_host/render_frame_host_manager.cc
index ebba6861f7850377f4ddefd0b5755bc37631382e..e27ba94aa6a475c63bbbb074fd4f7bb01b558336 100644
--- a/content/browser/frame_host/render_frame_host_manager.cc
+++ b/content/browser/frame_host/render_frame_host_manager.cc
@@ -1098,6 +1098,8 @@ bool RenderFrameHostManager::ShouldTransitionCrossSite() {
// TODO(nick): Move all handling of kSingleProcess/kProcessPerTab into
// SiteIsolationPolicy so we have a consistent behavior around the interaction
// of the process model flags.
+ // TODO(creis): This looks like it will break --single-process and
+ // --process-per-tab.
alexmos 2017/02/04 02:03:01 Filed https://bugs.chromium.org/p/chromium/issues/
if (SiteIsolationPolicy::AreCrossProcessFramesPossible())
return true;

Powered by Google App Engine
This is Rietveld 408576698