Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 745be182ff365e83f17293621560a2ecb1c2fc83..0af8aa372ec6a3d12c07bd4769b07a8984492445 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -20497,6 +20497,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Profile.NumberOfAccountsPerProfile"> |
+ <owner>mlerman@chromium.org</owner> |
+ <summary> |
+ Counts the number of Google-managed accounts linked to a profile. This may |
+ be counted multiple times per profile. |
Alexei Svitkine (slow)
2014/05/08 14:39:29
Clarify description of when exactly this is record
Mike Lerman
2014/05/08 18:23:14
Clarified in the summary - this is intended to be
|
+ </summary> |
+</histogram> |
+ |
<histogram name="Profile.NumberOfManagedProfiles"> |
<owner>pam@chromium.org</owner> |
<summary> |
@@ -23349,6 +23357,30 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Signin.ReconcilerAddedToChrome"> |
+ <owner>mlerman@chromium.org</owner> |
+ <summary> |
+ After execution of the account reconciler, how many accounts where added to |
Alexei Svitkine (slow)
2014/05/08 14:39:29
Nit: where -> were
Mike Lerman
2014/05/08 18:23:14
Done.
|
+ the browser's token service because they were in the cookie jar. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Signin.ReconcilerAddedToCookieJar"> |
+ <owner>mlerman@chromium.org</owner> |
+ <summary> |
+ After execution of the account reconciler, how many accounts where added to |
Alexei Svitkine (slow)
2014/05/08 14:39:29
Nit: where -> were
Mike Lerman
2014/05/08 18:23:14
Done.
|
+ the cookie jar because they were in the browser's token service. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Signin.ReconcilerDifferentPrimaryAccounts"> |
Alexei Svitkine (slow)
2014/05/08 14:39:29
Suggestion:
Consider renaming these three histogr
Mike Lerman
2014/05/08 18:23:14
Done.
|
+ <owner>mlerman@chromium.org</owner> |
+ <summary> |
+ After execution of the account reconciler, true if the token service and |
+ cookie jar contained different primary accounts. |
+ </summary> |
+</histogram> |
+ |
<histogram name="SimpleCache.App.CheckCRCResult" enum="CheckCRCResult"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<summary> |