| 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"/>
|
|
|