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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2093873002: Unwind fallback metrics and SSLFailureState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« net/http/http_network_transaction.cc ('K') | « net/ssl/ssl_failure_state.h ('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 a53bca91f8c6299129c9169b700453711a41d404..d86f82dcdab24d91806f5555fa3ee638d22e2228 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26374,6 +26374,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.ConnectionUsedSSLVersionFallback2"
enum="FallbackSSLVersion">
+ <obsolete>
+ Removed June 2016.
+ </obsolete>
<owner>davidben@chromium.org</owner>
<summary>
For each successful HTTPS request, whether it used the SSL version fallback.
@@ -27573,6 +27576,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.GoogleConnectionInappropriateFallback"
enum="BooleanInappropriateFallback">
+ <obsolete>
+ Removed June 2016.
+ </obsolete>
<owner>davidben@chromium.org</owner>
<summary>
Records a sample for each HTTPS request to a Google server that either
@@ -27598,6 +27604,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.GoogleConnectionUsedSSLVersionFallback2"
enum="FallbackSSLVersion">
+ <obsolete>
+ Removed June 2016.
+ </obsolete>
<owner>davidben@chromium.org</owner>
<summary>
For each successful HTTPS request to a Google server, whether it used the
@@ -30969,6 +30978,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Net.SSLFallbackErrorCode" enum="NetErrorCodes">
+ <obsolete>
+ Removed June 2016.
+ </obsolete>
<owner>davidben@chromium.org</owner>
<summary>
For each successful HTTPS request which used the TLS version fallback, the
@@ -30977,6 +30989,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Net.SSLFallbackFailureState" enum="SSLFailureState">
+ <obsolete>
+ Removed June 2016.
+ </obsolete>
<owner>davidben@chromium.org</owner>
<summary>
For each successful HTTPS request which used the TLS version fallback, the
@@ -90054,6 +90069,9 @@ To add a new entry, add it with any value and run test to compute valid value.
</enum>
<enum name="SSLFailureState" type="int">
+ <obsolete>
+ Removed June 2016.
+ </obsolete>
<int value="0" label="No failure"/>
<int value="1" label="Unknown failure"/>
<int value="2" label="Failed to process ClientHello"/>
« net/http/http_network_transaction.cc ('K') | « net/ssl/ssl_failure_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698