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

Unified Diff: Source/devtools/front_end/timeline/TimelineUIUtilsImpl.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/TimelineUIUtilsImpl.js
diff --git a/Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js b/Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js
index c45b8fa561478c9ca42142267df50351f083d737..b802cbc1c188e3f730ab8b9b0db74c909a936255 100644
--- a/Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js
+++ b/Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js
@@ -176,16 +176,6 @@ WebInspector.TimelineUIUtilsImpl.prototype = {
return new WebInspector.TimelineRecordHiddenTypeFilter(hiddenRecords);
},
- /**
- * @param {!WebInspector.TimelineModel} model
- * @return {!WebInspector.TimelineModel.Record}
- */
- createProgramRecord: function(model)
- {
- var payloadEvent = { type: WebInspector.TimelineModel.RecordType.Program };
- return new WebInspector.TimelineModel.RecordImpl(model, /** @type {!TimelineAgent.TimelineEvent} */ (payloadEvent), null);
- },
-
__proto__: WebInspector.TimelineUIUtils.prototype
}
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineUIUtils.js ('k') | Source/devtools/front_end/timeline/TracingTimelineUIUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698