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

Unified Diff: tools/metrics/histograms/enums.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2862453002: Add metrics for certificate report uploads (Closed)
Patch Set: Rebase and address comments 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:
Download patch
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 76aedba17fa48a5dc64ed07745d03452cd6e605e..ab75ff285785e0e0706dc98c41f55678721a951b 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -3563,6 +3563,13 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="0" label="Root Certificate"/>
</enum>
+<enum name="CertificateReportOutcome" type="int">
+ <int value="0" label="REPORT_SUBMITTED"/>
+ <int value="1" label="REPORT_FAILED"/>
+ <int value="2" label="REPORT_SUCCESSFUL"/>
+ <int value="3" label="REPORT_DROPPED_OR_IGNORED"/>
+</enum>
+
<enum name="CertificateTransparencyDnsQueryStatus" type="int">
<int value="0" label="SUCCESS"/>
<int value="1" label="FAILED_UNKNOWN"/>
« no previous file with comments | « chrome/browser/safe_browsing/certificate_reporting_service_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698