Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 5ff826f91882fdafd855d07aba96a376fed17b42..d659a9fb794b5104a2d51c456b401a9558298c47 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -54420,6 +54420,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="SafeBrowsing.NotificationImageReporter.NetError" |
| + enum="NetErrorCodes"> |
| + <owner>nparker@chromium.org</owner> |
| + <summary> |
| + The net error code for reports sent by NotificationImageReporter. |
|
Nathan Parker
2017/01/20 21:18:49
add: Logged for failed reports.
harkness
2017/01/23 11:30:10
This is actually logged for both successful and fa
johnme
2017/01/23 11:34:34
Nit: Perhaps add "or net:OK if successful" to clar
harkness
2017/01/23 11:45:56
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="SafeBrowsing.ParseV4HashResult" |
| enum="SafeBrowsingParseV4HashResult"> |
| <obsolete> |