| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ab123224f2860a2b8f78e77c1057028c1e7c0773..36ee9fa11633449f424c223a5c0c9d841effd36e 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -6131,8 +6131,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <owner>asanka@chromium.org</owner>
|
| <summary>
|
| Content-Disposition header features. The presence of a Content-Disposition
|
| - header, use of 'name', 'filename' and 'filename*' parameters, and string
|
| - encoding schemes are counted for each unthrottled download. The total number
|
| + header, use of 'filename' and 'filename*' parameters, and string encoding
|
| + schemes are counted for each unthrottled download. The total number
|
| downloads is Download.Counts[5] (Initiated and Unthrottled).
|
| </summary>
|
| </histogram>
|
| @@ -48851,13 +48851,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="1" label="Valid"/>
|
| <int value="2" label="Has disposition-type"/>
|
| <int value="3" label="Has unknown disposition-type"/>
|
| - <int value="4" label="Has 'name' attribute"/>
|
| + <int value="4" label="Has 'name' attribute (Obsolete 04/2015)"/>
|
| <int value="5" label="Has 'filename' attribute"/>
|
| <int value="6" label="Has 'filename*' attribute"/>
|
| <int value="7" label="Has non-ASCII strings"/>
|
| <int value="8" label="Has percent encoded strings"/>
|
| <int value="9" label="Has RFC 2047 encoded strings"/>
|
| - <int value="10" label="Has 'name' attribute only"/>
|
| + <int value="10" label="Has 'name' attribute only (Obsolete 04/2015)"/>
|
| </enum>
|
|
|
| <enum name="DownloadContentType" type="int">
|
|
|