| 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..48e6fb074bf6cc5322674f49c778646c9056b602 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.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("canvasNetworkTimeline", "Canvas based timeline in Network panel", true);
|
|
|