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

Unified Diff: tracing/tracing/metrics/system_health/cpu_time_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/cpu_time_metric.html
diff --git a/tracing/tracing/metrics/system_health/cpu_time_metric.html b/tracing/tracing/metrics/system_health/cpu_time_metric.html
index 00f0e627578ac4b5c344f13279d61c9ba5fe0258..a6cc35ba41a0623f3281299e81d47d24f24a9b39 100644
--- a/tracing/tracing/metrics/system_health/cpu_time_metric.html
+++ b/tracing/tracing/metrics/system_health/cpu_time_metric.html
@@ -112,7 +112,7 @@ tr.exportTo('tr.metrics.sh', function() {
});
return {
- cpuTimeMetric: cpuTimeMetric,
+ cpuTimeMetric,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698