Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index eeaab506a61b8261dbfb6b575afd0e25d98a25c8..266d89669e00812787815c7f8a9c29618794303b 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -32528,6 +32528,16 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>Whether the scroll is executed on main thread.</summary> |
| </histogram> |
| +<histogram name="UMA.ClientIdBackupRecoveredWithAge" units="hours"> |
|
Ilya Sherman
2014/07/11 04:45:41
These units are not currently accurate -- UMA_HIST
gab
2014/07/11 20:33:40
I see, I looked at other instances using "hours" a
|
| + <owner>gab@chromium.org</owner> |
| + <summary> |
| + Recorded when we are somehow missing the client ID stored in Local State yet |
| + are able to recover it from a backup location along with the backed up |
| + installation date. This report carries the age in hours of the recovered |
| + client id. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="UMA.ClientIdMigrated" enum="BooleanMigrated"> |
| <owner>asvitkine@chromium.org</owner> |
| <summary> |