Index: third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-tests.js |
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-tests.js b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-tests.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c63d0f4dba9ad7dddf0277d07e4d5a7a2930136c |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-tests.js |
@@ -0,0 +1,9 @@ |
+function extension_startTimeline(callback) |
caseq
2016/07/20 22:51:49
nit: let's just put them into the test html file.
|
+{ |
+ evaluateOnFrontend("InspectorTest.startTimeline(reply);", callback); |
+} |
+ |
+function extension_stopTimeline(callback) |
+{ |
+ evaluateOnFrontend("InspectorTest.stopTimeline(reply);", callback); |
+} |