| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 32499f100af6094c24c9572bf9348c0e9067dd43..7902d7e7eb7d72779ac15d5e6fd192973cb1e135 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -4630,6 +4630,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Download.MapWinShErrorTransientError"
|
| + enum="SpecialShFileOperationCodes">
|
| + <owner>asanka@chromium.org</owner>
|
| + <summary>
|
| + Windows error that produced a DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR
|
| + result in MapShFileOperationCodes().
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Download.OnChanged">
|
| <owner>asanka@chromium.org</owner>
|
| <summary>
|
| @@ -4763,6 +4772,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>Time between the start of a download and its completion.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Download.TimeToRenameFailureAfterInitialFailure"
|
| + units="milliseconds">
|
| + <owner>asanka@chromium.org</owner>
|
| + <summary>
|
| + Time elapsed until a retried download file rename operation failed for the
|
| + last time after the initial rename failed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Download.TimeToRenameSuccessAfterInitialFailure"
|
| + units="milliseconds">
|
| + <owner>asanka@chromium.org</owner>
|
| + <summary>
|
| + Time elapsed until a retried download file rename operation succeeded after
|
| + the initial rename failed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Download.UserDiscard" enum="DownloadItem.DangerType">
|
| <owner>asanka@chromium.org</owner>
|
| <owner>felt@chromium.org</owner>
|
| @@ -43349,7 +43376,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
|
|
| <enum name="SpecialShFileOperationCodes" type="int">
|
| <summary>Legacy error codes still returned by |ShFileOperation()|</summary>
|
| - <int value="5" label="Access denied"/>
|
| + <int value="5" label="Access denied (Win32)"/>
|
| + <int value="32" label="Sharing violation (Win32)"/>
|
| + <int value="87" label="Invalid parameter (Win32)"/>
|
| <int value="113" label="Source and Destination are same file"/>
|
| <int value="114" label="Multiple source mapped to single destination"/>
|
| <int value="115" label="Rename to different directory"/>
|
|
|