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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 424233002: When the user signs in, make sure to set cookies on all reachable google (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 4 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 57cf8b8d0ca85ad591f5f27f5b1e447c86e08bac..ec3b91b20ad7f2a3e5dd35f5bacafef9ac2f9477 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28208,6 +28208,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Signin.Reconciler.AllExternalCcResultCompleted"
+ enum="BooleanSuccess">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Count how often all external connections have been successfully checked
Alexei Svitkine (slow) 2014/08/08 21:16:48 This description doesn't tell me what a value of "
Roger Tawa OOO till Jul 10th 2014/08/09 15:58:28 I don't think a more descriptive enum is appropria
Alexei Svitkine (slow) 2014/08/11 14:04:51 How about changing to the following wording: Reco
Roger Tawa OOO till Jul 10th 2014/08/11 20:20:54 Done.
+ before the reconciler attempts to perform MergeSession.
+ </summary>
+</histogram>
+
<histogram name="Signin.Reconciler.DifferentPrimaryAccounts"
enum="DifferentPrimaryAccounts">
<owner>mlerman@chromium.org</owner>
« google_apis/gaia/merge_session_helper.cc ('K') | « google_apis/gaia/merge_session_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698