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

Unified Diff: tracing/tracing/metrics/metric_map_function.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/metric_map_function.html
diff --git a/tracing/tracing/metrics/metric_map_function.html b/tracing/tracing/metrics/metric_map_function.html
index e5ebfbaa384b3e38e23b9d61b22aa09f0502e43b..42ec2a0797de0ea5c394b3f2932e663fb7310ae8 100644
--- a/tracing/tracing/metrics/metric_map_function.html
+++ b/tracing/tracing/metrics/metric_map_function.html
@@ -87,8 +87,8 @@ tr.exportTo('tr.metrics', function() {
tr.mre.FunctionRegistry.register(metricMapFunction);
return {
- metricMapFunction: metricMapFunction,
- runMetrics: runMetrics
+ metricMapFunction,
+ runMetrics,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698