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

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, add metric 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
« no previous file with comments | « google_apis/gaia/merge_session_helper_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 57cf8b8d0ca85ad591f5f27f5b1e447c86e08bac..bd1642c8b3b48207e960ca912b733f46f7976c92 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28208,6 +28208,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Signin.Reconciler.AllExternalCcResultCompleted">
Mike Lerman 2014/08/08 20:20:27 add attribute enum="BooleanSuccess"
Roger Tawa OOO till Jul 10th 2014/08/08 20:47:01 Done.
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Count how often all external connection have been successfully checked
Mike Lerman 2014/08/08 20:20:27 nit: connection(s)
Roger Tawa OOO till Jul 10th 2014/08/08 20:47:01 Done.
+ before the reconciler attempts to perform MergeSession.
+ </summary>
+</histogram>
+
<histogram name="Signin.Reconciler.DifferentPrimaryAccounts"
enum="DifferentPrimaryAccounts">
<owner>mlerman@chromium.org</owner>
« no previous file with comments | « 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