Index: third_party/WebKit/public/web/WebRemoteFrame.h |
diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h |
index 6c24b6d9da0f4548364f330a5b527fa43ded0bb1..f8f03e10c91d887a70d4cf2529e786a0d52876c3 100644 |
--- a/third_party/WebKit/public/web/WebRemoteFrame.h |
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h |
@@ -39,6 +39,9 @@ public: |
// Set frame name replicated from another process. |
virtual void setReplicatedName(const WebString&) const = 0; |
+ // Set frame enforcement of strict mixed content checking replicated from another process. |
+ virtual void setReplicatedShouldEnforceStrictMixedContentChecking(bool) const = 0; |
+ |
virtual void DispatchLoadEventForFrameOwner() const = 0; |
virtual void didStartLoading() = 0; |