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

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

Issue 1180283002: [Sync] Add tab sync latency UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 5 years, 6 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 9719bfd88283fe2d5dff34b941409aee93047908..8cbf2fc471f8d5ae1051a7ccb1516db6ed8f06d3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43325,6 +43325,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Enumeration of types of session configuration failures.</summary>
</histogram>
+<histogram name="Sync.SessionsRefreshDelay" units="milliseconds">
+ <owner>zea@chromium.org</owner>
+ <summary>
+ Delay from the time chrome://history is loaded until the other devices'
+ sessions data became available.
+ </summary>
+</histogram>
+
<histogram name="Sync.SessionsStartFailure" enum="SyncStartResult">
<obsolete>
Replaced by SessionsConfigureFailure. See crbug.com/478226.

Powered by Google App Engine
This is Rietveld 408576698