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 885258c81657b8c1577eacaaade793d9b579287a..5901d5ead54f94129329cbd3f7b6a858cefa39fc 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -630,6 +630,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); |