| 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 5d0a34bd366fd3875a632891acc18ac624c64080..15cccd2503f79fd2b64ebf8c2c7908e6d60bdfbd 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_frame_name(const std::string& name) {
|
| + replication_state_.name = name;
|
| + }
|
| +
|
| void set_sandbox_flags(SandboxFlags sandbox_flags) {
|
| replication_state_.sandbox_flags = sandbox_flags;
|
| }
|
|
|