Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 048811d87ff7e1aa9871a4afff3b618c66e4814d..c6cf1219e122970a7baca72dc999114b7aa6b084 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -14533,6 +14533,22 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Net.Certificate.SHA1.MainFrame" enum="SHA1Status"> |
+ <owner>rsleevi@chromium.org</owner> |
+ <summary> |
+ Whether or not SHA-1 was present in a resource fetched for the main frame, |
+ and if so, what its maximum validity period was. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Net.Certificate.SHA1.Subresource" enum="SHA1Status"> |
+ <owner>rsleevi@chromium.org</owner> |
+ <summary> |
+ Whether or not SHA-1 was present in a subresource fetch, and if so, what its |
+ maximum validity period was. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.CertificatePinSuccess" enum="BooleanSuccess"> |
<obsolete> |
Renamed to Net.PublicKeyPinSuccess 28 Oct 2011. |
@@ -50589,6 +50605,18 @@ To add a new entry, add it with any value and run test to compute valid value. |
</int> |
</enum> |
+<enum name="SHA1Status" type="int"> |
+ <summary> |
+ Whether or not SHA-1 was present in a certificate chain and, if it was, when |
+ the leaf certificate expired. |
+ </summary> |
+ <int value="0" label="Not present"/> |
+ <int value="1" label="Expires after Jan 1, 2017"/> |
+ <int value="2" label="Expires between Jun 1, 2016 and Jan 1, 2017"/> |
+ <int value="3" label="Expires between Jan 1, 2016 and Jun 1, 2016"/> |
+ <int value="4" label="Expires before Jan 1, 2016"/> |
+</enum> |
+ |
<enum name="ShelfAlignmentValue" type="int"> |
<summary> |
The alignment of the shelf area (see ash/launcher/launcher_view.cc). |