| Index: Source/devtools/front_end/main/module.json
|
| diff --git a/Source/devtools/front_end/main/module.json b/Source/devtools/front_end/main/module.json
|
| index 0407bcdc831182f4a963f271f7cf300735c4304f..b78b575ba4830f950fd964012529df34ce394f3c 100644
|
| --- a/Source/devtools/front_end/main/module.json
|
| +++ b/Source/devtools/front_end/main/module.json
|
| @@ -175,6 +175,12 @@
|
| "location": "main-toolbar-right"
|
| },
|
| {
|
| + "type": "@WebInspector.ToolbarItem.Provider",
|
| + "className": "WebInspector.DockController.CloseButtonProvider",
|
| + "order": 100,
|
| + "location": "main-toolbar-right"
|
| + },
|
| + {
|
| "type": "setting",
|
| "category": "",
|
| "title": "Disable cache (while DevTools is open)",
|
|
|