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

Unified Diff: LayoutTests/http/tests/inspector/timeline-test.js

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html 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: LayoutTests/http/tests/inspector/timeline-test.js
diff --git a/LayoutTests/http/tests/inspector/timeline-test.js b/LayoutTests/http/tests/inspector/timeline-test.js
index d52200438f9f0ec64a6d1efa1a35484d61ffac24..55e8df1959ea954e0a4474fe2758d111da81be96 100644
--- a/LayoutTests/http/tests/inspector/timeline-test.js
+++ b/LayoutTests/http/tests/inspector/timeline-test.js
@@ -35,8 +35,6 @@ InspectorTest.timelinePropertyFormatters = {
InspectorTest.switchTimelineToWaterfallMode = function()
{
- if (!Runtime.experiments.isEnabled("timelineOnTraceEvents"))
- return;
if (WebInspector.panels.timeline._flameChartToggleButton.toggled)
WebInspector.panels.timeline._flameChartToggleButton.element.click();
}
« no previous file with comments | « LayoutTests/http/tests/inspector/inspector-test.js ('k') | LayoutTests/http/tests/inspector/timeline-xhr-event.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698