| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 61c61a32b0a6a3e0b1853a8b27610bbaa3ace65e..c720326a96f4eee4e6d239638fee7664e2127e22 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -226,6 +226,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| int new_routing_id,
|
| blink::WebTreeScopeType scope,
|
| const std::string& frame_name,
|
| + const std::string& frame_unique_name,
|
| blink::WebSandboxFlags sandbox_flags,
|
| const blink::WebFrameOwnerProperties& frame_owner_properties);
|
|
|
| @@ -595,7 +596,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| size_t end_offset);
|
| void OnDidAccessInitialDocument();
|
| void OnDidChangeOpener(int32_t opener_routing_id);
|
| - void OnDidChangeName(const std::string& name);
|
| + void OnDidChangeName(const std::string& name, const std::string& unique_name);
|
| void OnEnforceStrictMixedContentChecking();
|
| void OnDidAssignPageId(int32_t page_id);
|
| void OnDidChangeSandboxFlags(int32_t frame_routing_id,
|
|
|