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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-tests.js

Issue 2128133002: Timeline AddTraceProvider API Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Timeline AddTraceProvider API Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 function extension_startTimeline(callback)
caseq 2016/07/20 22:51:49 nit: let's just put them into the test html file.
2 {
3 evaluateOnFrontend("InspectorTest.startTimeline(reply);", callback);
4 }
5
6 function extension_stopTimeline(callback)
7 {
8 evaluateOnFrontend("InspectorTest.stopTimeline(reply);", callback);
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698