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

Unified Diff: chrome/browser/resources/tracing/timeline_model.js

Issue 8359025: Tons of timeline tweaks (Closed)
Patch Set: nits Created 9 years, 2 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
Index: chrome/browser/resources/tracing/timeline_model.js
diff --git a/chrome/browser/resources/tracing/timeline_model.js b/chrome/browser/resources/tracing/timeline_model.js
index 14865f88d1e61a5420f258b3f0094cf0c32bb902..92387f4ee2526037bd6b7994a27e1f28cef2a225 100644
--- a/chrome/browser/resources/tracing/timeline_model.js
+++ b/chrome/browser/resources/tracing/timeline_model.js
@@ -330,7 +330,7 @@ cr.define('tracing', function() {
}
} else {
this.importErrors.push('Unrecognized event phase: ' + event.ph +
- '(' + event.name + ')');
+ '(' + event.name + ')');
}
}
this.pruneEmptyThreads();

Powered by Google App Engine
This is Rietveld 408576698