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

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

Issue 402653002: Delete TimelineTracingView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated TestExpectations to include virtual/ Created 6 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/timeline/TimelineUIUtils.js
diff --git a/Source/devtools/front_end/timeline/TimelineUIUtils.js b/Source/devtools/front_end/timeline/TimelineUIUtils.js
index f344c7ab5bb9c53c8fa5ffeace20244bee601b46..20024eb5a62dc3f59e20d50908052d68d0e7fd7c 100644
--- a/Source/devtools/front_end/timeline/TimelineUIUtils.js
+++ b/Source/devtools/front_end/timeline/TimelineUIUtils.js
@@ -166,14 +166,6 @@ WebInspector.TimelineUIUtils.prototype = {
hiddenEmptyRecordsFilter: function()
{
return null;
- },
- /**
- * @param {!WebInspector.TimelineModel} model
- * @return {!WebInspector.TimelineModel.Record}
- */
- createProgramRecord: function(model)
- {
- throw new Error("Not implemented.");
}
}
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineTracingView.js ('k') | Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698