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

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

Issue 837283003: Start replicating sandbox flags for OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Nasko's nit Created 5 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/frame_tree_node.h
diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
index 26d68698afe264e3690e988e97cbc8d7db05f627..0bc0862686699bb23d91795d759bfefe55ab9060 100644
--- a/content/browser/frame_host/frame_tree_node.h
+++ b/content/browser/frame_host/frame_tree_node.h
@@ -93,6 +93,10 @@ class CONTENT_EXPORT FrameTreeNode {
replication_state_.origin = origin;
}
+ void set_sandbox_flags(SandboxFlags sandbox_flags) {
+ replication_state_.sandbox_flags = sandbox_flags;
+ }
+
const FrameReplicationState& current_replication_state() const {
return replication_state_;
}
« no previous file with comments | « components/printing/renderer/print_web_view_helper.cc ('k') | content/browser/frame_host/frame_tree_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698