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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2303673004: Hook up Chrome Cast sender to Cast CRL. (Closed)
Patch Set: Fixed nit Created 4 years, 2 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
« no previous file with comments | « extensions/common/api/cast_channel/logging.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 765057bf1a826efaf038ddec1f4349aec05f0568..fabaabd95b34638bd06517d0675cbfa23c60a5aa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5018,6 +5018,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Cast.Channel.Certificate" enum="CastCertificateStatus">
+ <owner>ryanchung@google.com</owner>
+ <summary>
+ Records the result of the Cast certificate verification on the Cast sender.
+ </summary>
+</histogram>
+
<histogram name="Cast.Network.Down.Duration.In.Seconds" units="seconds">
<owner>cast-analytics@google.com</owner>
<summary>
@@ -72561,6 +72568,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="4" label="Never recieved any data"/>
</enum>
+<enum name="CastCertificateStatus" type="int">
+ <int value="0" label="OK"/>
+ <int value="1" label="InvalidCrl"/>
+ <int value="2" label="CertVerificationFailed"/>
+ <int value="3" label="CertRevoked"/>
+</enum>
+
<enum name="CastOverlayEvents" type="int">
<int value="0" label="Created"/>
<int value="1" label="Shown"/>
« no previous file with comments | « extensions/common/api/cast_channel/logging.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698