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

Unified Diff: Source/devtools/front_end/timeline/TimelineView.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/TimelineView.js
diff --git a/Source/devtools/front_end/timeline/TimelineView.js b/Source/devtools/front_end/timeline/TimelineView.js
index 12511c21c62b9f6f0aadae6e93d21e1923748298..7183f5c87051adb85696959b1cdad5e28a36d001 100644
--- a/Source/devtools/front_end/timeline/TimelineView.js
+++ b/Source/devtools/front_end/timeline/TimelineView.js
@@ -205,15 +205,6 @@ WebInspector.TimelineView.prototype = {
},
/**
- * @param {!WebInspector.TimelineModel.Record} record
- */
- addRecord: function(record)
- {
- this._presentationModel.addRecord(record);
- this._invalidateAndScheduleRefresh(false, false);
- },
-
- /**
* @param {number} width
*/
setSidebarSize: function(width)

Powered by Google App Engine
This is Rietveld 408576698