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

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

Issue 1569893003: Add "Request app banner" context menu in DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated pfeldman's comment Created 4 years, 11 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/screencast/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/screencast/module.json b/third_party/WebKit/Source/devtools/front_end/screencast/module.json
index 9365d5a63c6dd0e8dc8cc6f9557b361a5c434f51..ed353043ebdb014ff2ff591a0e938c5d9ebf4094 100644
--- a/third_party/WebKit/Source/devtools/front_end/screencast/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/screencast/module.json
@@ -10,6 +10,19 @@
"className": "WebInspector.ScreencastApp.ToolbarButtonProvider",
"order": 1,
"location": "main-toolbar-left"
+ },
+ {
+ "type": "@WebInspector.ActionDelegate",
+ "actionId": "screencast.request-app-banner",
+ "className": "WebInspector.ScreencastApp.ActionDelegate",
+ "title": "Request app banner"
+ },
+ {
+ "type": "context-menu-item",
+ "condition": "remoteFrontend",
+ "location": "mainMenu/tools",
+ "order": 10,
+ "actionId": "screencast.request-app-banner"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698