| 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 16ad799964e6f7bba9a0016fb0faa053e01ca1cd..0524cb9fec2bf55ab63112290196b3cb05c19a73 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -105,7 +105,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("cpuThrottling", "CPU throttling");
|
| Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping");
|
| Runtime.experiments.register("inputEventsOnTimelineOverview", "Input events on Timeline overview", true);
|
| Runtime.experiments.register("layersPanel", "Layers panel");
|
|
|