Chromium Code Reviews| Index: content/browser/frame_host/render_frame_host_manager.h |
| diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h |
| index e208aa4c9838313cb287f466e8374cdb48ca03eb..c3464354a12a1da25f200fb5b8c29342905fee18 100644 |
| --- a/content/browser/frame_host/render_frame_host_manager.h |
| +++ b/content/browser/frame_host/render_frame_host_manager.h |
| @@ -435,7 +435,7 @@ class CONTENT_EXPORT RenderFrameHostManager |
| // Send updated frame name to all frame proxies when the frame changes its |
| // window.name property. |
|
alexmos
2016/02/10 00:46:46
nit: explain why this now also takes unique_name i
Łukasz Anforowicz
2016/02/10 22:10:51
Done (I rewrote the comment).
|
| - void OnDidUpdateName(const std::string& name); |
| + void OnDidUpdateName(const std::string& name, const std::string& unique_name); |
| // Sends updated enforcement of strict mixed content checking to all |
| // frame proxies when the frame changes its setting. |