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

Unified Diff: tracing/tracing/ui/timeline_view.html

Issue 2011403002: Rename all tbm2 metrics to start with lowercase & add PRESUBMIT (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Update SystemHealthMetric in other files Created 4 years, 7 months 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
« no previous file with comments | « tracing/tracing/ui/side_panel/metrics_side_panel.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/timeline_view.html
diff --git a/tracing/tracing/ui/timeline_view.html b/tracing/tracing/ui/timeline_view.html
index f3021489f71815e20ac8f02410efd1d6afecbd62..e6dc34ab4228cc3abc618bd6ce3e751b45cdbfee 100644
--- a/tracing/tracing/ui/timeline_view.html
+++ b/tracing/tracing/ui/timeline_view.html
@@ -161,7 +161,7 @@ found in the LICENSE file.
this.brushingStateController_;
if (window.tr.metrics && window.tr.metrics.sh &&
- window.tr.metrics.sh.SystemHealthMetric) {
+ window.tr.metrics.sh.systemHealthMetric) {
this.railScoreSpan_ = document.createElement(
'tr-metrics-ui-sh-system-health-span');
this.rightControls.appendChild(this.railScoreSpan_);
« no previous file with comments | « tracing/tracing/ui/side_panel/metrics_side_panel.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698