Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 47f4d39d47ace9034bb182298b35e380f1b64186..ba82db1d364a9b4d6a99c3e6edb181010e535d9d 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -58343,6 +58343,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="SBDownloadFeedback.UploadRequestedByServer" units="boolean"> |
| + <owner>nparker@chromium.org</owner> |
| + <summary> |
| + For download feedback items that are about to be started, which ones were |
| + requested for upload by the server but for which the verdict would otherwise |
|
Jialiu Lin
2017/02/15 00:45:27
this summary is a little bit hard to parse...
Nathan Parker
2017/02/15 01:38:04
Done.
|
| + not have warrented an upload. |
| + |
| + Logged before checking the file size. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="SBDownloadFeedback.UploadResult" |
| enum="SBDownloadFeedbackUploadResult"> |
| <owner>mattm@chromium.org</owner> |