Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index e14b164bc0ef8eb6b6cb6a6d4da6f358070cb7bd..a57b96c6badf91e611400d7fa8f7049122ad61d9 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -70770,6 +70770,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="UMA.IsClonedInstall" enum="Boolean"> |
|
jwd
2017/02/06 15:42:05
Maybe a more precise enum?
rkaplow
2017/02/06 16:20:26
hah :|
Alexei Svitkine (slow)
2017/02/06 16:28:48
Done.
|
| + <owner>asvitkine@chromium.org</owner> |
| + <summary> |
| + This is logged with a value of true in every log when the UMA client code |
| + has detected that this is a potentially cloned install and has set the pref |
| + to reset its UMA client id on the next startup. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="UMA.Large Accumulated Log Not Persisted" units="bytes"> |
| <owner>asvitkine@chromium.org</owner> |
| <summary> |