| 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 3ed8d4548d7183b26be0318f6a03ff626b23c242..f7c15e2bc63fbb2a350fbb1981a4dac184927def 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -409,6 +409,10 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver {
|
| 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);
|
| +
|
| void EnsureRenderViewInitialized(FrameTreeNode* source,
|
| RenderViewHostImpl* render_view_host,
|
| SiteInstance* instance);
|
|
|