| 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 c7e58b5b1e97624f4d31717f08fa59fe04b3d624..45790056d628ee9ea14d2268de96f85f03322abf 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -112,6 +112,7 @@ Main.Main = class {
|
| Runtime.experiments.register('sourceDiff', 'Source diff');
|
| Runtime.experiments.register('terminalInDrawer', 'Terminal in drawer', true);
|
| Runtime.experiments.register('timelineInvalidationTracking', 'Timeline invalidation tracking', true);
|
| + Runtime.experiments.register('timelineLandingPage', 'Timeline landing page', true);
|
| Runtime.experiments.register('timelineRecordingPerspectives', 'Timeline recording perspectives UI');
|
| Runtime.experiments.register('timelineTracingJSProfile', 'Timeline tracing based JS profiler', true);
|
| Runtime.experiments.register('timelineV8RuntimeCallStats', 'V8 Runtime Call Stats on Timeline', true);
|
|
|