| 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 f0e01cc730afec943ce82a7dde15c8588ce2fa7c..347081784657eb65f589c3e9fdd9ea4818cbc56b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -125,6 +125,7 @@ WebInspector.Main = class {
|
| 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);
|
| + Runtime.experiments.register('timelineRuleUsageRecording', 'Track CSS rules usage while recording Timeline.');
|
|
|
| Runtime.experiments.cleanUpStaleExperiments();
|
|
|
|
|