| 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 5be831b7953e1404c44464c4940ea3fec25cea20..370e4e3819f4362981aa58d33b2f76b34526152a 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -93,6 +93,8 @@ class CONTENT_EXPORT FrameTreeNode {
|
| replication_state_.origin = origin;
|
| }
|
|
|
| + void SetFrameName(const std::string& name);
|
| +
|
| SandboxFlags effective_sandbox_flags() { return effective_sandbox_flags_; }
|
|
|
| void set_sandbox_flags(SandboxFlags sandbox_flags) {
|
|
|