| Index: third_party/WebKit/Source/devtools/front_end/resources/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/module.json b/third_party/WebKit/Source/devtools/front_end/resources/module.json
|
| index 29dc86bf50d4b01bf8454665f68110887bf2dded..ccf243dfdf46f154ca94bc39ef98614b343615f1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/module.json
|
| @@ -11,6 +11,15 @@
|
| "type": "@WebInspector.Revealer",
|
| "contextTypes": ["WebInspector.Resource"],
|
| "className": "WebInspector.ResourcesPanel.ResourceRevealer"
|
| + },
|
| + {
|
| + "type": "drawer-view",
|
| + "name": "service_workers",
|
| + "title": "Service Workers",
|
| + "persistence": "closeable",
|
| + "order": 50,
|
| + "className": "WebInspector.ServiceWorkersView",
|
| + "tags": "service, progressive, sw, pwa"
|
| }
|
| ],
|
| "dependencies": ["source_frame", "ui_lazy", "components_lazy"],
|
|
|