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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 554863002: Handles unknown signin status and collect more stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 5f6cffbc3a81186f5c6da1a79d3230a4b40e6fcb..2bb31e0d2f46f985ab39e0703f95d894b28056b5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38744,7 +38744,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<enum name="ComputeCurrentSigninStatus" type="int">
<int value="0" label="Tried to compute current signin status."/>
- <int value="1" label="No signin manager found."/>
+ <int value="1" label="Error: No profiles found."/>
Alexei Svitkine (slow) 2014/09/09 15:07:31 Please don't renumber existing entries. Put the ne
yao 2014/09/09 16:39:52 I actually didn't remember it, just updated the la
+ <int value="2" label="No opened browser found."/>
</enum>
<enum name="ConnectionFailureReason" type="int">
@@ -48401,6 +48402,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="All profiles not signed in"/>
<int value="2" label="Mixed signin status"/>
<int value="3" label="Unknown signin status"/>
+ <int value="4" label="Error getting signin status"/>
</enum>
<enum name="ProfileSync" type="int">

Powered by Google App Engine
This is Rietveld 408576698