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

Unified Diff: tracing/tracing/metrics/sample_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/sample_metric.html
diff --git a/tracing/tracing/metrics/sample_metric.html b/tracing/tracing/metrics/sample_metric.html
index 34e0c700c9c2bb22cebf425cba0f42adc86bb565..e7a57b244b36eedf656bca97f59c5e0cd1348b2d 100644
--- a/tracing/tracing/metrics/sample_metric.html
+++ b/tracing/tracing/metrics/sample_metric.html
@@ -39,7 +39,7 @@ tr.exportTo('tr.metrics', function() {
tr.metrics.MetricRegistry.register(sampleMetric);
return {
- sampleMetric: sampleMetric
+ sampleMetric,
};
});
</script>
« no previous file with comments | « tracing/tracing/metrics/metric_registry.html ('k') | tracing/tracing/metrics/system_health/clock_sync_latency_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698