Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 1d298733ffeb884c878640b0f0d4f05c494f6148..7f0541cc0e9537085d69da3dd8e736f5eec84a87 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="Boolean"> |
|
Ilya Sherman
2016/05/18 21:03:01
nit: BooleanEmpty
Nicolas Zea
2016/05/18 22:18:44
Done.
|
| + <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 ( |
| + CookieJarMismatchOnNavigation == true). |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Sync.CookieJarMismatchOnNavigation" enum="Boolean"> |
|
Ilya Sherman
2016/05/18 21:03:01
nit: Here as well, please use an enum with more se
Nicolas Zea
2016/05/18 22:18:44
Done.
|
| + <owner>zea@chromium.org</owner> |
| + <summary> |
| + Whether the gaia cookie jar included the signed in user or not. Recorded on |
| + every SESSIONS commit. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Sync.CredentialsLost" enum="BooleanCredentialsLost"> |
| <owner>zea@chromium.org</owner> |
| <summary> |