| Index: tools/metrics/histograms/histograms.xml
|
| ===================================================================
|
| --- tools/metrics/histograms/histograms.xml (revision 281829)
|
| +++ tools/metrics/histograms/histograms.xml (working copy)
|
| @@ -25081,6 +25081,14 @@
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SBIRS.FindDownloadedBinaryTime" units="milliseconds">
|
| + <owner>grt@google.com</owner>
|
| + <summary>
|
| + The elapsed time to find the most recent binary download from all loaded
|
| + profiles when creating a safe browsing incident report.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SBIRS.Incident" enum="IncidentType">
|
| <owner>grt@google.com</owner>
|
| <summary>
|
| @@ -25122,11 +25130,11 @@
|
| <summary>The elapsed time to upload a safe browsing incident report.</summary>
|
| </histogram>
|
|
|
| -<histogram name="SBIRS.UploadResult" enum="UploadResult">
|
| +<histogram name="SBIRS.UploadResult" enum="ReportProcessingResult">
|
| <owner>grt@google.com</owner>
|
| <summary>
|
| - The result of a report upload by the safe browsing incident reporting
|
| - service.
|
| + The result of an attempted report upload by the safe browsing incident
|
| + reporting service.
|
| </summary>
|
| </histogram>
|
|
|
| @@ -43316,6 +43324,26 @@
|
| <int value="58" label="IDC_SPELLCHECK_SUGGESTION"/>
|
| </enum>
|
|
|
| +<enum name="ReportProcessingResult" type="int">
|
| + <int value="0" label="Success">A report was created and uploaded</int>
|
| + <int value="1" label="Suppressed">
|
| + A report was not uploaded because the CSD Whitelist killswitch was present
|
| + </int>
|
| + <int value="2" label="InvalidRequest">
|
| + A report was not uploaded because it could not be serialized
|
| + </int>
|
| + <int value="3" label="Cancelled">
|
| + A report upload was cancelled due to service shutdown
|
| + </int>
|
| + <int value="4" label="RequestFailed">A report upload failed</int>
|
| + <int value="5" label="InvalidResponse">
|
| + The response from a report upload was invalid
|
| + </int>
|
| + <int value="6" label="NoDownload">
|
| + A report was not uploaded because no binary download was found to report
|
| + </int>
|
| +</enum>
|
| +
|
| <enum name="ResolutionCategory" type="int">
|
| <int value="0" label="RESOLVE_SUCCESS"/>
|
| <int value="1" label="RESOLVE_FAIL"/>
|
| @@ -45489,15 +45517,6 @@
|
| <int value="3" label="AUTO_UPDATES_ONLY"/>
|
| </enum>
|
|
|
| -<enum name="UploadResult" type="int">
|
| - <int value="0" label="Success"/>
|
| - <int value="1" label="Suppressed">CSD Whitelist killswitch present</int>
|
| - <int value="2" label="InvalidRequest"/>
|
| - <int value="3" label="Cancelled"/>
|
| - <int value="4" label="RequestFailed"/>
|
| - <int value="5" label="InvalidResponse"/>
|
| -</enum>
|
| -
|
| <enum name="UrlResolutionResult" type="int">
|
| <int value="0" label="Absolute URL"/>
|
| <int value="1" label="Resolutions Differ"/>
|
|
|