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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html

Issue 2563383003: DevTools: add extension API to contribute trace events to timeline (Closed)
Patch Set: lint + new compiler warnings Created 4 years 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: third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html b/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html
index 0e2ec1a01d0e4a1f7db517e5dd8f57ed06d27a78..a7309171a90fbfe3aa0d6c10161efe115f17d3d9 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html
@@ -43,13 +43,11 @@ function test()
{
InspectorTest.addResult("TimelineLifecycleDelegate.loadingComplete");
InspectorTest.completeTest();
- },
-
- __proto__: Timeline.TimelineLifecycleDelegate
+ }
};
var controller = new Timeline.TimelineController(SDK.targetManager.mainTarget(), new TestTimelineLifecycleDelegate(), InspectorTest.createTracingModel());
- controller.startRecording();
+ controller.startRecording({}, []);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698