| 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 bf8bac3e2558069d78174ae44fcec164baed616f..7e1fc91d3a58470dd9d6ef210038e07b9ae21e10 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -628,6 +628,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| void OnDidChangeOpener(int32_t opener_routing_id);
|
| void OnDidChangeName(const std::string& name, const std::string& unique_name);
|
| void OnEnforceStrictMixedContentChecking();
|
| + void OnUpdateToUniqueOrigin(bool is_potentially_trustworthy_unique_origin);
|
| void OnDidAssignPageId(int32_t page_id);
|
| void OnDidChangeSandboxFlags(int32_t frame_routing_id,
|
| blink::WebSandboxFlags flags);
|
|
|