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

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

Issue 338573002: Differentiate primary account compares on GAIA cookie presence. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 6 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/signin/core/browser/signin_metrics.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 78519acc839dc21a7aa5346248bde389e7d43380..6131f67c6b5515d9506ee870233f0df6cf063415 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25660,11 +25660,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="Signin.Reconciler.DifferentPrimaryAccounts">
+<histogram name="Signin.Reconciler.DifferentPrimaryAccounts"
+ enum="DifferentPrimaryAccounts">
<owner>mlerman@chromium.org</owner>
<summary>
- After the first execution of the account reconciler, true if the token
- service and cookie jar contained different primary accounts.
+ After execution of the account reconcilor, compares the primary account in
+ the token service to the primary GAIA account of the cookie jar.
</summary>
</histogram>
@@ -34522,6 +34523,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="20" label="SQLite Integrity Web Data Test"/>
</enum>
+<enum name="DifferentPrimaryAccounts" type="int">
+ <int value="0" label="Primary Accounts the same"/>
+ <int value="1" label="(obsolete) Primary Accounts different"/>
+ <int value="2" label="No GAIA account in cookie jar"/>
+ <int value="3" label="Primary accounts present but different"/>
+</enum>
+
<enum name="DllHash" type="int">
<!-- Generated by chrome_elf/dll_hash_for_uma/dll_hash_for_uma_main.cc -->
« no previous file with comments | « components/signin/core/browser/signin_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698