Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 04429b49734f785597aa9566c716d50b041ad851..fa864169aeca03c3bfb66a0678d035546cba638e 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -29708,6 +29708,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="MobileDownload.Notification.FixingSummaryLeak" enum="Boolean"> |
|
Ilya Sherman
2017/04/04 00:07:53
nit: (Just within this file), please use a custom
David Trainor- moved to gerrit
2017/04/04 15:24:16
Done.
|
| + <owner>dtrainor@chromium.org</owner> |
| + <summary> |
| + Android: Records the situation where we try to fix a standalone downloads |
| + summary notification, which shouldn't be visible to the user. True if the |
| + notification was a foreground notification, in which case we can't dismiss |
| + it and need to attempt a more drastic workaround. False if it was a normal |
| + notification and we can dismiss it easily (this is okay and expected |
| + behavior in some scenarios). |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="MobileFre.Progress" enum="MobileFreProgress"> |
| <owner>gogerald@chromium.org</owner> |
| <summary> |