Chromium Code Reviews| 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 7e1add1231f694ef0e37f29fb9f34bafd24ee55b..d30e4de2ba5fae8a8135d4cb9e6c4a0f9c3851ca 100644 |
| --- a/content/browser/frame_host/frame_tree_node.h |
| +++ b/content/browser/frame_host/frame_tree_node.h |
| @@ -93,9 +93,8 @@ class CONTENT_EXPORT FrameTreeNode { |
| current_url_ = url; |
| } |
| - void set_current_origin(const url::Origin& origin) { |
| - replication_state_.origin = origin; |
| - } |
| + // Set the current origin and notify proxies about the update. |
| + void SetCurrentOrigin(const url::Origin& origin); |
| void SetFrameName(const std::string& name); |
|
Charlie Reis
2015/04/21 19:10:30
Can you put a similar comment here, since it also
alexmos
2015/04/22 23:15:29
Done.
|