Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/module.json

Issue 1836943002: DevTools: request app banner from DevTools without #enable-add-to-shelf flag while emulating. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698