| 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 41d5798b5bc943eb30a68e9f75276e950e8ba204..6582c103330843593daa7a0cc227f7d016406550 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| @@ -496,6 +496,20 @@
|
| "title": "Close All"
|
| },
|
| {
|
| + "type": "@UI.ActionDelegate",
|
| + "category": "Sources",
|
| + "actionId": "sources.create-snippet",
|
| + "className": "Sources.SourcesNavigatorView.CreatingActionDelegate",
|
| + "title": "Create new snippet"
|
| + },
|
| + {
|
| + "type": "@UI.ActionDelegate",
|
| + "category": "Sources",
|
| + "actionId": "sources.add-folder-to-workspace",
|
| + "className": "Sources.SourcesNavigatorView.CreatingActionDelegate",
|
| + "title": "Add folder to workspace"
|
| + },
|
| + {
|
| "type": "@UI.ViewLocationResolver",
|
| "name": "navigator-view",
|
| "className": "Sources.SourcesPanel"
|
|
|