Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Unified Diff: third_party/WebKit/Source/core/loader/MixedContentChecker.h

Issue 1415923015: Downgrade lock icon for broken-HTTPS subresources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unnecessary includes Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698