| 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 63857cd80deda28b0936860fa440bd8eb1605c1c..9ee43d4ae8f1a9bc88bcdd070872a06c79d80d2c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -126,6 +126,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();
|
|
|
|
|