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

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

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: . 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/utils.html
diff --git a/tracing/tracing/metrics/system_health/utils.html b/tracing/tracing/metrics/system_health/utils.html
index 64c8b8b4f49082942c7d98c3e2f9924f1f9116d2..459f955f6c2a356fa79f552ba02187f9c1ab4b7b 100644
--- a/tracing/tracing/metrics/system_health/utils.html
+++ b/tracing/tracing/metrics/system_health/utils.html
@@ -36,8 +36,8 @@ tr.exportTo('tr.metrics.sh', function() {
}
return {
- perceptualBlend: perceptualBlend,
- filterExpectationsByRange: filterExpectationsByRange
+ perceptualBlend,
+ filterExpectationsByRange,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698