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

Unified Diff: Source/devtools/front_end/timeline/TimelinePowerGraph.js

Issue 710113002: DevTools: remove TimelineModel.Events.RecordAdded event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comment Created 6 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
Index: Source/devtools/front_end/timeline/TimelinePowerGraph.js
diff --git a/Source/devtools/front_end/timeline/TimelinePowerGraph.js b/Source/devtools/front_end/timeline/TimelinePowerGraph.js
index dbe20d7d61dacfbd6fa0028acae1855033f176e1..6842012df60db3e76e2f89b5ed83ff44e60f0f62 100644
--- a/Source/devtools/front_end/timeline/TimelinePowerGraph.js
+++ b/Source/devtools/front_end/timeline/TimelinePowerGraph.js
@@ -39,12 +39,5 @@ WebInspector.TimelinePowerGraph.prototype = {
this.scheduleRefresh();
},
- /**
- * @param {!WebInspector.TimelineModel.Record} record
- */
- addRecord: function(record)
- {
- },
-
__proto__: WebInspector.CountersGraph.prototype
}
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | Source/devtools/front_end/timeline/TimelinePresentationModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698