Chromium Code Reviews| 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 b98c5f3f9d80cea8c96a2fcfeefd82b311da9097..fbd96d70fbe076c33266f3e1df4239ba5ef50b4b 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
| @@ -81,6 +81,7 @@ WebInspector.Main.prototype = { |
| { |
| Runtime.experiments.register("accessibilityInspection", "Accessibility Inspection"); |
| Runtime.experiments.register("applyCustomStylesheet", "Allow custom UI themes"); |
| + Runtime.experiments.register("audits2", "Audits 2", true); |
|
dgozman
2016/10/14 03:14:58
2.0 :-)
|
| Runtime.experiments.register("autoAttachToCrossProcessSubframes", "Auto-attach to cross-process subframes", true); |
| Runtime.experiments.register("blackboxJSFramesOnTimeline", "Blackbox JavaScript frames on Timeline", true); |
| Runtime.experiments.register("canvasNetworkTimeline", "Canvas based timeline in Network panel", true); |