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); |
jww
2015/11/20 01:25:08
Yeah, this should almost certainly be a WTF::Strin
estark
2015/11/23 23:40:24
See response to previous comment about WebCString;
jww
2015/11/25 19:24:03
Ah, I see. I missed that. Nevermind then.
|
+ |
private: |
enum MixedContentType { |
Display, |