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

Unified Diff: tracing/tracing/metrics/system_health/clock_sync_latency_metric.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: manual fixes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tracing/tracing/metrics/system_health/clock_sync_latency_metric.html
diff --git a/tracing/tracing/metrics/system_health/clock_sync_latency_metric.html b/tracing/tracing/metrics/system_health/clock_sync_latency_metric.html
index 60d6d661169de9248a5ea21c1ac5e0765a4ce826..c99e075a3554a80ac7eb66141246339ee713ccda 100644
--- a/tracing/tracing/metrics/system_health/clock_sync_latency_metric.html
+++ b/tracing/tracing/metrics/system_health/clock_sync_latency_metric.html
@@ -49,7 +49,7 @@ tr.exportTo('tr.metrics.sh', function() {
tr.metrics.MetricRegistry.register(clockSyncLatencyMetric);
return {
- clockSyncLatencyMetric: clockSyncLatencyMetric
+ clockSyncLatencyMetric,
};
});
</script>
« no previous file with comments | « tracing/tracing/metrics/sample_metric.html ('k') | tracing/tracing/metrics/system_health/cpu_time_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698