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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 1589703002: Surface SCT (Signed Certificate Timestamp) counts in the Security panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index ed46e438deebf2c5b5993d5a307c1864989a0334..2a5bf36bbc082cfc5260f5cf896c2fa2b237f7be 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -518,6 +518,11 @@ class CONTENT_EXPORT WebContentsDelegate {
virtual void ShowCertificateViewerInDevTools(
WebContents* web_contents,
int cert_id);
+ virtual void GetCertificateTransparencySummary(bool is_valid_ev,
+ int num_unknown_scts,
+ int num_invalid_scts,
+ int num_valid_scts,
+ std::string* summary);
Ryan Sleevi 2016/01/19 19:39:00 DESIGN: Please consider using the appropriate C++
lgarron 2016/01/22 22:51:27 This *particular* function is actually the wrong s
// Called when the active render widget is forwarding a RemoteChannel
// compositor proto. This is used in Blimp mode.

Powered by Google App Engine
This is Rietveld 408576698