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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js

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/Source/devtools/front_end/timeline/TimelineLoader.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js
index e6180daa9e80eca41327b784a413c727436dcb24..8ad5a46982b034d38c60619acd5f87b2c2c96b02 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js
@@ -9,7 +9,7 @@
Timeline.TimelineLoader = class {
/**
* @param {!SDK.TracingModel} model
- * @param {!Timeline.TimelineLifecycleDelegate} delegate
+ * @param {!Timeline.LoaderClient} delegate
*/
constructor(model, delegate) {
this._model = model;
@@ -46,7 +46,7 @@ Timeline.TimelineLoader = class {
/**
* @param {!SDK.TracingModel} model
* @param {string} url
- * @param {!Timeline.TimelineLifecycleDelegate} delegate
+ * @param {!Timeline.LoaderClient} delegate
* @return {!Timeline.TimelineLoader}
*/
static loadFromURL(model, url, delegate) {

Powered by Google App Engine
This is Rietveld 408576698