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

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

Issue 1991973002: [Sync] Add histograms for cookie jar state on Sessions commit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update histogram enums Created 4 years, 7 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 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>

Powered by Google App Engine
This is Rietveld 408576698