Commit 6e614173 authored by Andrey Kosyakov's avatar Andrey Kosyakov Committed by Commit Bot

DevTools: make timeline record history experiment enabled by default

Bug: 726381
Change-Id: I76fb27d4eb50730ff85fdf39895859db4e343bc8
Reviewed-on: https://chromium-review.googlesource.com/811526
Commit-Queue: Andrey Kosyakov <caseq@chromium.org>
Reviewed-by: default avatarPavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523260}
parent 37515d3d
...@@ -157,7 +157,7 @@ Main.Main = class { ...@@ -157,7 +157,7 @@ Main.Main = class {
Runtime.experiments.setDefaultExperiments([ Runtime.experiments.setDefaultExperiments([
'accessibilityInspection', 'colorContrastRatio', 'logManagement', 'performanceMonitor', 'persistence2', 'accessibilityInspection', 'colorContrastRatio', 'logManagement', 'performanceMonitor', 'persistence2',
'stepIntoAsync' 'stepIntoAsync', 'timelineKeepHistory'
]); ]);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment