Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
index 323b420999bb650a25e99176b13de5781f19d435..4a87c3afc6618e04543b85799eb426763d71f5ae 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
@@ -163,6 +163,7 @@ public: |
void setReplicatedSandboxFlags(WebSandboxFlags) const override; |
void setReplicatedName(const WebString& name, const WebString& uniqueName) const override; |
void setReplicatedShouldEnforceStrictMixedContentChecking(bool) const override; |
+ void setReplicatedPotentiallyTrustworthyUniqueOrigin(bool) const override; |
void DispatchLoadEventForFrameOwner() const override; |
void didStartLoading() override; |