| Index: third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| index b67bab955116a31343635da1bd857778b0cfbbf1..a6c37c9fa5d666c89a83b7fa0f613bb3e73bc3e3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| @@ -332,6 +332,13 @@
|
| "persistence": "closeable",
|
| "order": 1000,
|
| "className": "WebInspector.SourcesPanel.WrapperView"
|
| + },
|
| + {
|
| + "type": "@WebInspector.ActionDelegate",
|
| + "category": "Sources",
|
| + "actionId": "sources.close-all",
|
| + "className": "WebInspector.SourcesView.CloseAllActionDelegate",
|
| + "title": "Close All"
|
| }
|
| ],
|
| "dependencies": [
|
|
|