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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/Main.js

Issue 2517463005: Timeline: nuke flow events experiment (Closed)
Patch Set: also removed flow events support from FlameChart Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index 5dca19b3aa634660c09845792fe3752ad71c65c2..6f1a06f19fde9f8dbc2d2f454fc716789b546da7 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -119,7 +119,6 @@ Main.Main = class {
Runtime.experiments.register('securityPanel', 'Security panel');
Runtime.experiments.register('sourceDiff', 'Source diff');
Runtime.experiments.register('terminalInDrawer', 'Terminal in drawer', true);
- Runtime.experiments.register('timelineFlowEvents', 'Timeline flow events', true);
Runtime.experiments.register('timelineInvalidationTracking', 'Timeline invalidation tracking', true);
Runtime.experiments.register('timelineRecordingPerspectives', 'Timeline recording perspectives UI');
Runtime.experiments.register('timelineTracingJSProfile', 'Timeline tracing based JS profiler', true);
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698