| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1d298733ffeb884c878640b0f0d4f05c494f6148..38ee073f5e3c31117434b6f87b9c60b7946b9993 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -53819,6 +53819,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Sync.CookieJarEmptyOnMismatch" enum="BooleanEmpty">
|
| + <owner>zea@chromium.org</owner>
|
| + <summary>
|
| + Whether the gaia cookie jar was empty. Recorded on every SESSIONS commit
|
| + where the gaia cookie jar does not include the signed in user (
|
| + CookieJarMatchOnNavigation == false).
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Sync.CookieJarMatchOnNavigation" enum="BooleanMatched">
|
| + <owner>zea@chromium.org</owner>
|
| + <summary>
|
| + Whether the gaia cookie jar included the signed in user (matched) or not.
|
| + Recorded on every SESSIONS commit.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Sync.CredentialsLost" enum="BooleanCredentialsLost">
|
| <owner>zea@chromium.org</owner>
|
| <summary>
|
|
|