Index: third_party/WebKit/Source/core/loader/MixedContentChecker.h |
diff --git a/third_party/WebKit/Source/core/loader/MixedContentChecker.h b/third_party/WebKit/Source/core/loader/MixedContentChecker.h |
index d88780bda20c9b5f6fb3435ac3bef91bdcb55999..da5629ec28d059af2eafc25d7f6b0e988aef17b2 100644 |
--- a/third_party/WebKit/Source/core/loader/MixedContentChecker.h |
+++ b/third_party/WebKit/Source/core/loader/MixedContentChecker.h |
@@ -75,6 +75,8 @@ public: |
// for a mixed content check for the given frame type. |
static LocalFrame* effectiveFrameForFrameType(LocalFrame*, WebURLRequest::FrameType); |
+ static void handleCertificateError(LocalFrame*, const KURL&, WebURLRequest::RequestContext, WebURLRequest::FrameType, const CString& securityInfo); |
+ |
private: |
enum MixedContentType { |
Display, |