| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d59435b60be62343cc4f1e68e004544bc3ae7800..0f41589dd1b2890de2c4ea895eaccf400ce058f2 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -46844,7 +46844,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="SBClientDownload.DownloadRequestResponseCode">
|
| +<histogram name="SBClientDownload.DownloadRequestResponseCode"
|
| + enum="HttpResponseCode">
|
| <owner>mattm@chromium.org</owner>
|
| <summary>
|
| For CheckClientDownloadRequest URLFetchers with successful status, the HTTP
|
| @@ -47000,7 +47001,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="SBClientMalware.IPBlacklistRequestResponseCode">
|
| +<histogram name="SBClientMalware.IPBlacklistRequestResponseCode"
|
| + enum="HttpResponseCode">
|
| <owner>noelutz@chromium.org</owner>
|
| <summary>
|
| For ClientMalwareRequest URLFetchers with successful status, the HTTP
|
| @@ -86000,6 +86002,7 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="260" label="TOAST"/>
|
| <int value="261" label="RUN"/>
|
| <int value="262" label="AD"/>
|
| + <int value="263" label="MPKG"/>
|
| </enum>
|
|
|
| <enum name="SBClientDownloadIsSignedBinary" type="int">
|
|
|