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

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

Issue 2294373002: Certificate Transparency: Remove the obsolete invalid sct status. (Closed)
Patch Set: Making common headers available to nacl code Created 4 years, 3 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: chrome/browser/ssl/chrome_expect_ct_reporter.cc
diff --git a/chrome/browser/ssl/chrome_expect_ct_reporter.cc b/chrome/browser/ssl/chrome_expect_ct_reporter.cc
index 3d558cb65b763d2a335b0fba5ca0bec9d44b4e89..502da08eb34e18dbae21ac725cbf6575cf4430e4 100644
--- a/chrome/browser/ssl/chrome_expect_ct_reporter.cc
+++ b/chrome/browser/ssl/chrome_expect_ct_reporter.cc
@@ -152,7 +152,6 @@ void ChromeExpectCTReporter::OnExpectCTFailed(
case net::ct::SCT_STATUS_LOG_UNKNOWN:
AddUnknownSCT(sct_and_status, unknown_scts.get());
break;
- case net::ct::SCT_STATUS_INVALID:
case net::ct::SCT_STATUS_INVALID_SIGNATURE:
case net::ct::SCT_STATUS_INVALID_TIMESTAMP:
AddInvalidSCT(sct_and_status, invalid_scts.get());
« no previous file with comments | « no previous file | chrome/browser/ui/website_settings/website_settings.cc » ('j') | net/http/http_response_info_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698