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 5e75ce972f40f9c22e72ef1bb13f4f1f2ad66da9..27fa01c7c8cd7b906f0aa4e4565199db418e21f9 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("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("deviceFrames", "Show device frame outline option", true); |
|
dgozman
2016/04/11 17:24:52
We try to keep them alphabetical: "Device frame"
mmccoy
2016/04/13 22:36:01
Done.
|
| Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping"); |
| Runtime.experiments.register("inputEventsOnTimelineOverview", "Input events on Timeline overview", true); |
| Runtime.experiments.register("layersPanel", "Layers panel"); |