| 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 ec879b5713a137a2bae694b27de2c228a44faa70..05e9df32057f82701577317f5010a5178a2f97bf 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -433,9 +433,10 @@ class CONTENT_EXPORT RenderFrameHostManager
|
| void OnDidStartLoading();
|
| void OnDidStopLoading();
|
|
|
| - // Send updated frame name to all frame proxies when the frame changes its
|
| - // window.name property.
|
| - void OnDidUpdateName(const std::string& name);
|
| + // OnDidUpdateName gets called when a frame changes its name - it gets the new
|
| + // |name| and the recalculated |unique_name| and replicates them into all
|
| + // frame proxies.
|
| + 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.
|
|
|