Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 0c1793154d3227351bc5515217ac4cec77bceb9d..bfb79d4a4e9a6880bbd5d818580145d6e23ae58d 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -50724,6 +50724,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="UserCert.ContentDisposition" enum="UserCertContentDisposition"> |
| + <owner>rsleevi@chromium.org</owner> |
| + <owner>svaldez@chromium.org</owner> |
| + <summary> |
| + Distribution of Content-Disposition headers send with x-x509-user-cert |
|
Ilya Sherman
2015/12/09 23:13:03
nit: s/send/sent
svaldez
2015/12/11 16:18:35
Done.
|
| + content types. |
|
Ilya Sherman
2015/12/09 23:13:03
nit: Please fix the alignment (run the pretty prin
svaldez
2015/12/11 16:18:35
Done, though for some reason pretty_print didn't f
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="UserImage.ChangeChoice" enum="ChromeOSUserImageId"> |
| <owner>achuith@chromium.org</owner> |
| <summary> |
| @@ -77505,6 +77514,11 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="1" label="Was used in draw"/> |
| </enum> |
| +<enum name="UserCertContentDisposition" type="int"> |
| + <int value="0" label="No Content-Disposition"/> |
| + <int value="1" label="Content-Disposition"/> |
| +</enum> |
| + |
| <enum name="UserChannels" type="int"> |
| <int value="-1" label="Unknown"/> |
| <int value="0" label="Canary"/> |