| Index: third_party/WebKit/Source/devtools/front_end/main/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| index ad7a81f24f0049438a3bb99300cbad6ef51d44c4..3e6121264e6cfbb3b070ec25aacc873b6089da7e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| @@ -310,6 +310,13 @@
|
| "settingName": "showScrollBottleneckRects",
|
| "settingType": "boolean",
|
| "defaultValue": false
|
| + },
|
| + {
|
| + "type": "@WebInspector.ToolbarItem.Provider",
|
| + "className": "WebInspector.InspectElementModeController.LayoutEditorButtonProvider",
|
| + "order": 4,
|
| + "location": "styles-sidebarpane-toolbar",
|
| + "experiment": "layoutEditor"
|
| }
|
| ],
|
| "dependencies": [
|
|
|