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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2931313003: Remove SHA-1 metrics (Closed)
Patch Set: Created 3 years, 6 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 | « content/browser/loader/resource_dispatcher_host_impl.cc ('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 d09861039e964d030a1eafd59863a6318e26a23c..5c2bc20e80d8c887d0ba0dd7b6a1f024213dd4d0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34645,6 +34645,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Net.Certificate.SHA1.MainFrame" enum="SHA1Status">
+ <obsolete>
+ Deprecated 06/2017 as SHA-1 was successfully disabled in 01/2017.
+ </obsolete>
<owner>rsleevi@chromium.org</owner>
<summary>
Whether or not SHA-1 was present in a resource fetched for the main frame,
@@ -34653,6 +34656,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Net.Certificate.SHA1.Subresource" enum="SHA1Status">
+ <obsolete>
+ Deprecated 06/2017 as SHA-1 was successfully disabled in 01/2017.
+ </obsolete>
<owner>rsleevi@chromium.org</owner>
<summary>
Whether or not SHA-1 was present in a subresource fetch, and if so, what its
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698