| 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 8fd9bbd72153b9a10ad2a5823adb0ce38e168e83..75c5f4311212a8b5eba68b8bd4f44e33542c2e1f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -106,6 +106,7 @@ WebInspector.Main.prototype = {
|
| Runtime.experiments.register("applyCustomStylesheet", "Allow custom UI themes");
|
| Runtime.experiments.register("blackboxJSFramesOnTimeline", "Blackbox JavaScript frames on Timeline", true);
|
| Runtime.experiments.register("colorContrastRatio", "Contrast ratio line in color picker", true);
|
| + Runtime.experiments.register("cpuThrottling", "CPU throttling", true);
|
| Runtime.experiments.register("deviceMode", "Device mode", true);
|
| Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping");
|
| Runtime.experiments.register("fileSystemInspection", "FileSystem inspection");
|
|
|