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

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

Issue 590113004: Handle account removal correctly on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify metrics 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 3317faa0a89ed0439d8905b2a4080b2094e0f09a..a542ca7293aff02419227ab59d001c1b21c2bd43 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29709,18 +29709,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Signin.Reconciler.AddedToChrome">
+ <obsolete>
+ Deprecated 2014-09 because chrome no longer tries to reconcile from the
+ cookie jar to the browser.
+ </obsolete>
<owner>mlerman@chromium.org</owner>
<summary>
- After the first execution of the account reconciler, how many accounts were
- added to the browser's token service because they were in the cookie jar.
+ How many accounts were added to the browser's token service because they
+ were in the cookie jar.
</summary>
</histogram>
<histogram name="Signin.Reconciler.AddedToCookieJar">
<owner>mlerman@chromium.org</owner>
<summary>
- After the first execution of the account reconciler, how many accounts were
- added to the cookie jar because they were in the browser's token service.
+ How many accounts were added to the cookie jar because they were in the
+ browser's token service.
</summary>
</histogram>
@@ -29743,6 +29747,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Signin.Reconciler.RemovedFromCookieJar">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ How many accounts were removed from the cookie jar because they were not in
+ the browser's token service.
+ </summary>
+</histogram>
+
<histogram name="Signin.SignedInDurationBeforeSignout" units="minutes">
<owner>mlerman@chromium.org</owner>
<summary>
@@ -55802,6 +55814,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Signin.Reconciler.AddedToChrome"/>
<affected-histogram name="Signin.Reconciler.AddedToCookieJar"/>
<affected-histogram name="Signin.Reconciler.DifferentPrimaryAccounts"/>
+ <affected-histogram name="Signin.Reconciler.RemovedFromCookieJar"/>
</histogram_suffixes>
<histogram_suffixes name="SocketType">

Powered by Google App Engine
This is Rietveld 408576698