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

Unified Diff: chrome/browser/resources/tracing/timeline_track_test.html

Issue 8771001: Stop about:tracing from dropping child slices of didNotFinish slices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix expect Created 9 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
« no previous file with comments | « chrome/browser/resources/tracing/timeline_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/tracing/timeline_track_test.html
diff --git a/chrome/browser/resources/tracing/timeline_track_test.html b/chrome/browser/resources/tracing/timeline_track_test.html
index 9e6a709c0e14125b97eb71245a004ca8e6aa5240..e155c3d2eaffdef0aeb73f79cf044a0c4b1ccbc3 100644
--- a/chrome/browser/resources/tracing/timeline_track_test.html
+++ b/chrome/browser/resources/tracing/timeline_track_test.html
@@ -127,7 +127,8 @@ found in the LICENSE file.
function testBasicCounter() {
var testEl = getTestDiv('testBasicCounter');
- var ctr = new TimelineCounter(undefined, 'testBasicCounter', 'testBasicCounter');
+ var ctr = new TimelineCounter(undefined,
+ 'testBasicCounter', 'testBasicCounter');
ctr.numSeries = 1;
ctr.seriesNames = ['value1', 'value2'];
ctr.seriesColors = [tracing.getStringColorId('testBasicCounter.value1'),
« no previous file with comments | « chrome/browser/resources/tracing/timeline_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698