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

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

Issue 2671333003: Add UMA.IsClonedInstall boolean histogram. (Closed)
Patch Set: Created 3 years, 10 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
« components/metrics/metrics_log.cc ('K') | « components/metrics/metrics_log.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
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>
« components/metrics/metrics_log.cc ('K') | « components/metrics/metrics_log.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698