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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1052743003: Move RC4 behind a fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make test not a no-op Created 5 years, 8 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e9ef9b8f5b42622c3f0519396eb6c8a35eb1ee3d..2d78447277d87fd7327981aa98d245fb76551032 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17134,6 +17134,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.ConnectionUsedSSLDeprecatedCipherFallback"
+ enum="BooleanDeprecatedCiphers">
+ <owner>davidben@chromium.org</owner>
+ <summary>
+ True if an HTTPS connection was made using the deprecated cipher suite
+ fallback.
+ </summary>
+</histogram>
+
<histogram name="Net.ConnectionUsedSSLv3Fallback">
<obsolete>
Replaced by Net.ConnectionUsedSSLVersionFallback in Chrome 21.
@@ -45639,6 +45648,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Deleted"/>
</enum>
+<enum name="BooleanDeprecatedCiphers" type="int">
+ <int value="0" label="Deprecated ciphers disabled"/>
+ <int value="1" label="Deprecated ciphers enabled"/>
+</enum>
+
<enum name="BooleanDidEvict" type="int">
<int value="0" label="Did not evict"/>
<int value="1" label="Did evict"/>
« net/url_request/url_request_unittest.cc ('K') | « net/url_request/url_request_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698