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

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

Issue 1800883002: Revert "Add histograms to track down the cause of ERR_SSL_PROTOCOL_ERROR." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « net/socket/ssl_client_socket_openssl.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 64412fa77a6508dd5bf27e1d4ff0bc7b9dbeff2a..13b9d70b5eb755788adfc03cdf2fc3c122c3d9c0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28531,6 +28531,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Net.SSLProtocolErrorCipher" enum="SSLCipherSuite">
+ <obsolete>
+ Removed in March 2016.
+ </obsolete>
<owner>davidben@chromium.org</owner>
<summary>
The cipher suite used when the corresponding operation on an SSLClientSocket
@@ -28540,6 +28543,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Net.SSLProtocolErrorReason" enum="BoringSSLReasonCode">
+ <obsolete>
+ Removed in March 2016.
+ </obsolete>
<owner>davidben@chromium.org</owner>
<summary>
The internal, version-specific BoringSSL error reason reported when the
@@ -60689,6 +60695,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="BoringSSLReasonCode" type="int">
+ <obsolete>
+ Removed in March 2016.
+ </obsolete>
<details>
See include/openssl/ssl.h at the corresponding BoringSSL revision for the
corresponding values.
« no previous file with comments | « net/socket/ssl_client_socket_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698