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

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: Update tests. 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
« no previous file with comments | « chrome/browser/metrics/signin_status_metrics_provider_unittest.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 5f6cffbc3a81186f5c6da1a79d3230a4b40e6fcb..8768471982968e0b5c100569c29a0e4c36f0ed60 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38744,7 +38744,10 @@ 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."/>
+ <int value="2" label="No opened browser found."/>
+ <int value="3" label="User signed in when the signin status is unknown."/>
+ <int value="4" label="User signed out when the signin status is unknown."/>
</enum>
<enum name="ConnectionFailureReason" type="int">
@@ -48401,6 +48404,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">
« no previous file with comments | « chrome/browser/metrics/signin_status_metrics_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698