Index: third_party/WebKit/Source/core/frame/LocalFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h |
index 22b29b599733238220cefbf967ba1dea64fe9e62..aa30adaab4584a7a7be7eb7ecd45a9d557789dfc 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -102,6 +102,7 @@ public: |
SecurityContext* securityContext() const override; |
void printNavigationErrorMessage(const Frame&, const char* reason) override; |
bool prepareForCommit() override; |
+ bool shouldEnforceStrictMixedContentChecking() const override; |
void willDetachFrameHost(); |