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

Unified Diff: chrome/browser/ssl/chrome_expect_ct_reporter.h

Issue 2850033002: Check Expect-CT at connection setup (Closed)
Patch Set: fix comment typo Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ssl/chrome_expect_ct_reporter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/chrome_expect_ct_reporter.h
diff --git a/chrome/browser/ssl/chrome_expect_ct_reporter.h b/chrome/browser/ssl/chrome_expect_ct_reporter.h
index 28ac4aa29eeff78f53e433767c2bd3fe55253f85..b0663e71279c82933cb785794c7f0c6f4422fc53 100644
--- a/chrome/browser/ssl/chrome_expect_ct_reporter.h
+++ b/chrome/browser/ssl/chrome_expect_ct_reporter.h
@@ -28,7 +28,10 @@ class ChromeExpectCTReporter
// net::ExpectCTReporter:
void OnExpectCTFailed(const net::HostPortPair& host_port_pair,
const GURL& report_uri,
- const net::SSLInfo& ssl_info) override;
+ const net::X509Certificate* validated_certificate_chain,
+ const net::X509Certificate* served_certificate_chain,
+ const net::SignedCertificateTimestampAndStatusList&
+ signed_certificate_timestamps) override;
private:
FRIEND_TEST_ALL_PREFIXES(ChromeExpectCTReporterTest, FeatureDisabled);
« no previous file with comments | « no previous file | chrome/browser/ssl/chrome_expect_ct_reporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698