| 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_;
 | 
|    }
 | 
| 
 |