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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderClient.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/FrameLoaderClient.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
index d847f253299e76b0d41d7f7efe3ce73c9571d11b..b6d1fa66ace73fc2d3df9d2f118ebe1d00362d0c 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
@@ -129,6 +129,9 @@ public:
virtual void didDetectXSS(const KURL&, bool didBlockEntirePage) = 0;
virtual void didDispatchPingLoader(const KURL&) = 0;
+ virtual void didDisplayContentWithCertificateErrors(const KURL&, const CString& securityInfo) = 0;
+ virtual void didRunContentWithCertificateErrors(SecurityOrigin*, const KURL&, const CString& securityInfo) = 0;
+
// Will be called when |PerformanceTiming| events are updated
virtual void didChangePerformanceTiming() { }

Powered by Google App Engine
This is Rietveld 408576698