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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1180283002: [Sync] Add tab sync latency UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix TimeTicks 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
« no previous file with comments | « chrome/browser/ui/webui/foreign_session_handler.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 49a4834ef9adb5eb2b280032c7be0ea6b3f6bc21..0818a1ad8b272cfc5ba84b565cd799431b3bb369 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43529,6 +43529,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.
« no previous file with comments | « chrome/browser/ui/webui/foreign_session_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698