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 14da6505d7153e123356f4ffbc6aef5c5b9e306e..b771377a54bbe73b016fe3eff87d1589e3fcda63 100644 |
--- a/chrome/browser/ssl/chrome_expect_ct_reporter.cc |
+++ b/chrome/browser/ssl/chrome_expect_ct_reporter.cc |
@@ -105,9 +105,9 @@ void AddValidSCT(const net::SignedCertificateTimestampAndStatus& sct_and_status, |
} |
// Records an UMA histogram of the net errors when Expect CT reports |
-// fails to send. |
+// fail to send. |
void RecordUMAOnFailure(const GURL& report_uri, int net_error) { |
- UMA_HISTOGRAM_SPARSE_SLOWLY("SSL.ExpectCTReportFailure", net_error); |
+ UMA_HISTOGRAM_SPARSE_SLOWLY("SSL.ExpectCTReportFailure2", -net_error); |
} |
} // namespace |