| Index: third_party/WebKit/Source/devtools/front_end/network/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json
|
| index 45e112699f59e9c51c1c8e8786ff82ee98026c4a..63f5ac7939407761fcf9996b5bd8c2776c764521 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
|
| @@ -68,6 +68,18 @@
|
| "experiment": "requestBlocking"
|
| },
|
| {
|
| + "type": "@WebInspector.ActionDelegate",
|
| + "actionId": "network.show-config",
|
| + "title": "Network conditions",
|
| + "className": "WebInspector.NetworkConfigView.ShowActionDelegate"
|
| + },
|
| + {
|
| + "type": "context-menu-item",
|
| + "location": "mainMenu/tools/open",
|
| + "order": 60,
|
| + "actionId": "network.show-config"
|
| + },
|
| + {
|
| "type": "drawer-view",
|
| "name": "network.config",
|
| "title": "Network conditions",
|
|
|