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

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

Issue 217083002: One-time reset of UMA client ids and low entropy source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 9 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
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 260135)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -27746,6 +27746,14 @@
</sumary>
</histogram>
+<histogram name="UMA.MigratedClientId" enum="BooleanMigrated">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Recorded when the one-time UMA client id reset was performed (and the client
+ id of this user was migrated).
+ </summary>
+</histogram>
+
<histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome">
<owner>asvitkine@chromium.org</owner>
<summary>
@@ -29933,6 +29941,11 @@
<int value="1" label="Matched"/>
</enum>
+<enum name="BooleanMigrated" type="int">
+ <int value="0" label="Not migrated"/>
+ <int value="1" label="Migrated"/>
+</enum>
+
<enum name="BooleanOrphan" type="int">
<int value="0" label="Non-orphan"/>
<int value="1" label="Orphan"/>
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698