| 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 5b97e35cb3a97cf1a28b426b3a8c7dfa1fc6d2c3..13a2da88cc2c75d020229b04e79fc18098021c8a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -83,6 +83,7 @@ WebInspector.Main.prototype = {
|
| Runtime.experiments.register("applyCustomStylesheet", "Allow custom UI themes");
|
| 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);
|
| Runtime.experiments.register("colorContrastRatio", "Contrast ratio line in color picker", true);
|
| Runtime.experiments.register("continueToFirstInvocation", "Continue to first invocation", true);
|
| Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping");
|
|
|