| 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 0f9edda2805965d2026cd436592c0109e570f585..64f46d99e7d71e198c15f01104cb93b0d495bd07 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/screencast/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/screencast/module.json
|
| @@ -12,18 +12,11 @@
|
| "location": "main-toolbar-left"
|
| },
|
| {
|
| - "type": "@WebInspector.ActionDelegate",
|
| - "actionId": "screencast.request-app-banner",
|
| - "className": "WebInspector.ScreencastApp.ActionDelegate",
|
| - "title": "Request app banner\u2026"
|
| - },
|
| - {
|
| "type": "context-menu-item",
|
| "condition": "remoteFrontend",
|
| "location": "mainMenu/tools",
|
| - "experiment": "appBanner",
|
| "order": 10,
|
| - "actionId": "screencast.request-app-banner"
|
| + "actionId": "components.request-app-banner"
|
| }
|
| ],
|
| "dependencies": [
|
|
|