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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 590113004: Handle account removal correctly on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 2 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 32777d90688db85e7775068b8d8204c56dd90cfc..c4b5af158ac49b238caf53cfb25d6589e17a5450 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29834,18 +29834,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>
@@ -29868,6 +29872,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>
@@ -55986,6 +55998,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">
« 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