| 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 8d8eb897fbddcf93fc510f1e65ea5a55d4a106bb..28c2d02d57fd3ec4f3d167265f45fd71a1e216ce 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -113,6 +113,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();
|
|
|
|
|