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

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

Issue 2671333003: Add UMA.IsClonedInstall boolean histogram. (Closed)
Patch Set: Add new enum. 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
« no previous file with comments | « 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..237176fd46bd170a670dd10116801f7ff4da5ab8 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="BooleanCloned">
+ <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>
@@ -79441,6 +79450,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Clicked"/>
</enum>
+<enum name="BooleanCloned" type="int">
+ <int value="0" label="Not cloned"/>
+ <int value="1" label="Cloned"/>
+</enum>
+
<enum name="BooleanCloseTimeout" type="int">
<int value="0" label="Closed normally"/>
<int value="1" label="Timed out"/>
« no previous file with comments | « components/metrics/metrics_log.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698