| 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 4641f2e5dd327f8d1414c6ff8073dec2879f401c..4f3f5ed2d964b2d9c9bdcdfe9f72dc32608ff47c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -93,7 +93,6 @@ Main.Main = class {
|
| // Keep this sorted alphabetically: both keys and values.
|
| Runtime.experiments.register('accessibilityInspection', 'Accessibility Inspection');
|
| Runtime.experiments.register('applyCustomStylesheet', 'Allow custom UI themes');
|
| - Runtime.experiments.register('audits2', 'Audits 2.0', true);
|
| Runtime.experiments.register('autoAttachToCrossProcessSubframes', 'Auto-attach to cross-process subframes', true);
|
| Runtime.experiments.register('blackboxJSFramesOnTimeline', 'Blackbox JavaScript frames on Timeline', true);
|
| Runtime.experiments.register('changesDrawer', 'Changes drawer', true);
|
| @@ -129,8 +128,6 @@ Main.Main = class {
|
| Runtime.experiments.enableForTest('accessibilityInspection');
|
| if (testPath.indexOf('coverage') !== -1)
|
| Runtime.experiments.enableForTest('cssTrackerPanel');
|
| - if (testPath.indexOf('audits2/') !== -1)
|
| - Runtime.experiments.enableForTest('audits2');
|
| if (testPath.indexOf('changes/') !== -1)
|
| Runtime.experiments.enableForTest('changesDrawer');
|
| if (testPath.indexOf('sass/') !== -1)
|
|
|