| 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">
|
|
|