Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 372473004: Retrieve client_id from GoogleUpdateSettings when its missing from Local State. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +member comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698