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

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

Issue 1797363002: "Top Document Isolation" mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Two new browsertests. Created 4 years, 9 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.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index 2f288c94f1808f51cf03c6500696133ba0d567ee..64ee21d2a94ae9f1304dab56374af450e38dbc56 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -527,6 +527,8 @@ class CONTENT_EXPORT RenderFrameHostManager
// In case |existing_site_instance| is null, specify if the new site should
// be created in a new BrowsingInstance or not.
bool new_is_related_to_current;
+
+ bool is_for_third_party_subframes = false;
};
// Create a RenderFrameProxyHost owned by this object.

Powered by Google App Engine
This is Rietveld 408576698