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

Unified Diff: tracing/tracing/metrics/system_health/responsiveness_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/responsiveness_metric.html
diff --git a/tracing/tracing/metrics/system_health/responsiveness_metric.html b/tracing/tracing/metrics/system_health/responsiveness_metric.html
index ce19d2b693edd9f858c3433647b76865d31f5a07..105df8bb6c74f8fa11a1162896cdbc898f6fd04c 100644
--- a/tracing/tracing/metrics/system_health/responsiveness_metric.html
+++ b/tracing/tracing/metrics/system_health/responsiveness_metric.html
@@ -147,7 +147,7 @@ tr.exportTo('tr.metrics.sh', function() {
});
return {
- responsivenessMetric: responsivenessMetric,
+ responsivenessMetric,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698