| Index: third_party/WebKit/Source/devtools/front_end/components/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/module.json b/third_party/WebKit/Source/devtools/front_end/components/module.json
|
| index 6f4182b5986e429b0cbfc3df806b1364ebc6cc3f..4b1913345ea730636e91b62161ff33f6248b02f4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/module.json
|
| @@ -46,6 +46,12 @@
|
| "settings": [
|
| "customNetworkConditions"
|
| ]
|
| + },
|
| + {
|
| + "type": "@WebInspector.ActionDelegate",
|
| + "actionId": "components.request-app-banner",
|
| + "className": "WebInspector.RequestAppBannerActionDelegate",
|
| + "title": "Trigger add to homescreen"
|
| }
|
| ],
|
| "dependencies": [
|
| @@ -68,6 +74,7 @@
|
| "ObjectPopoverHelper.js",
|
| "ObjectPropertiesSection.js",
|
| "RemoteObjectPreviewFormatter.js",
|
| + "RequestAppBannerActionDelegate.js",
|
| "ShortcutsScreen.js",
|
| "EventListenersUtils.js",
|
| "EventListenersView.js",
|
|
|