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

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: agl comment 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
« no previous file with comments | « net/url_request/url_request_unittest.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 98be29cefe59e1a83d403a6e1fd2beb066e5c632..cb807926dba6b9ed48c7e8b4b7751ddbd5435a38 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17398,6 +17398,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.
@@ -46092,6 +46101,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"/>
« no previous file with comments | « 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