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

Unified Diff: tracing/tracing/metrics/system_health/webview_startup_metric.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/webview_startup_metric.html
diff --git a/tracing/tracing/metrics/system_health/webview_startup_metric.html b/tracing/tracing/metrics/system_health/webview_startup_metric.html
index 7d47baf0d9cb871b4ff38874470c57754d15e6dc..0a2d6c940053dbd493bc709cc0fc73d71c5d6670 100644
--- a/tracing/tracing/metrics/system_health/webview_startup_metric.html
+++ b/tracing/tracing/metrics/system_health/webview_startup_metric.html
@@ -59,7 +59,7 @@ tr.exportTo('tr.metrics.sh', function() {
tr.metrics.MetricRegistry.register(webviewStartupMetric);
return {
- webviewStartupMetric: webviewStartupMetric
+ webviewStartupMetric,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698