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

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

Issue 1213143003: DevTools: Simplify timeline events overview. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/timelinePanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timeline/TimelinePanel.js
diff --git a/Source/devtools/front_end/timeline/TimelinePanel.js b/Source/devtools/front_end/timeline/TimelinePanel.js
index 222617cf6e181503297620d71d364987bb1efff2..a620be0497d4e53d1cb9b479b700398fed21fcd8 100644
--- a/Source/devtools/front_end/timeline/TimelinePanel.js
+++ b/Source/devtools/front_end/timeline/TimelinePanel.js
@@ -606,8 +606,6 @@ WebInspector.TimelinePanel.prototype = {
this._overviewControls.push(new WebInspector.TimelineEventOverview.Input(this._model));
this._overviewControls.push(new WebInspector.TimelineEventOverview.Network(this._model));
this._overviewControls.push(new WebInspector.TimelineEventOverview.MainThread(this._model));
- this._overviewControls.push(new WebInspector.TimelineEventOverview.OtherThreads(this._model));
- this._overviewControls.push(new WebInspector.TimelineEventOverview.Responsiveness(this._model, this._frameModel()));
this._overviewControls.push(new WebInspector.TimelineEventOverview.Frames(this._model, this._frameModel()));
}
this.element.classList.toggle("timeline-overview-frames-mode", isFrameMode);
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/timelinePanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698