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

Unified Diff: Source/devtools/front_end/timeline/TracingTimelineUIUtils.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/TracingTimelineUIUtils.js
diff --git a/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js b/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js
index d412643bb0f328b5db0cd693e24a0d7c73577167..5db32253217e1a08c2139917dc4a314222c1e685 100644
--- a/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js
+++ b/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js
@@ -174,16 +174,6 @@ WebInspector.TracingTimelineUIUtils.prototype = {
return new WebInspector.TimelineRecordHiddenEmptyTypeFilter(hiddenEmptyRecords);
},
- /**
- * @param {!WebInspector.TimelineModel} model
- * @return {!WebInspector.TimelineModel.Record}
- */
- createProgramRecord: function(model)
- {
- var payload = { name: WebInspector.TracingTimelineModel.RecordType.Program };
- return new WebInspector.TracingTimelineModel.TraceEventRecord(model, new WebInspector.TracingModel.Event(/** @type {!WebInspector.TracingModel.EventPayload} */ (payload), 0, null));
- },
-
__proto__: WebInspector.TimelineUIUtils.prototype
}
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js ('k') | Source/devtools/scripts/frontend_modules.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698