Index: third_party/WebKit/Source/core/frame/Frame.h |
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
index 24909d3d879baa3c4a176dee336d68f79a2eb8fb..5ca80e23c3af480cc2e22ee285d6fe806e54d22d 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -132,6 +132,8 @@ public: |
void scheduleVisualUpdateUnlessThrottled(); |
+ virtual bool shouldEnforceStrictMixedContentChecking() const = 0; |
+ |
protected: |
Frame(FrameClient*, FrameHost*, FrameOwner*); |