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

Unified Diff: tracing/tracing/metrics/system_health/loading_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/loading_metric.html
diff --git a/tracing/tracing/metrics/system_health/loading_metric.html b/tracing/tracing/metrics/system_health/loading_metric.html
index 655d72d64ecc7dae3c8dd42159caf156f10f2261..cf1bf52ed8bc2373348b27ecc11d693dc5b843b8 100644
--- a/tracing/tracing/metrics/system_health/loading_metric.html
+++ b/tracing/tracing/metrics/system_health/loading_metric.html
@@ -423,10 +423,10 @@ tr.exportTo('tr.metrics.sh', function() {
tr.metrics.MetricRegistry.register(loadingMetric);
return {
- loadingMetric: loadingMetric,
- collectLoadingMetricsForRenderer: collectLoadingMetricsForRenderer,
- RESPONSIVENESS_THRESHOLD_MS: RESPONSIVENESS_THRESHOLD_MS,
- INTERACTIVE_WINDOW_SIZE_MS: INTERACTIVE_WINDOW_SIZE_MS
+ loadingMetric,
+ collectLoadingMetricsForRenderer,
+ RESPONSIVENESS_THRESHOLD_MS,
+ INTERACTIVE_WINDOW_SIZE_MS,
};
});
</script>
« no previous file with comments | « tracing/tracing/metrics/system_health/hazard_metric.html ('k') | tracing/tracing/metrics/system_health/long_tasks_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698