| Index: third_party/WebKit/Source/devtools/front_end/network_conditions/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network_conditions/module.json b/third_party/WebKit/Source/devtools/front_end/network_conditions/module.json
|
| deleted file mode 100644
|
| index 2fcea456e8abdd1ca5479c798f36fa69b34b2c00..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/devtools/front_end/network_conditions/module.json
|
| +++ /dev/null
|
| @@ -1,51 +0,0 @@
|
| -{
|
| - "extensions": [
|
| - {
|
| - "type": "setting",
|
| - "settingName": "customNetworkConditions",
|
| - "settingType": "array",
|
| - "defaultValue": []
|
| - },
|
| - {
|
| - "type": "@UI.ActionDelegate",
|
| - "actionId": "network-conditions.network-offline",
|
| - "category": "Network",
|
| - "title": "Go offline",
|
| - "className": "NetworkConditions.NetworkConditionsActionDelegate",
|
| - "tags": "device"
|
| - },
|
| - {
|
| - "type": "@UI.ActionDelegate",
|
| - "actionId": "network-conditions.network-online",
|
| - "category": "Network",
|
| - "title": "Go online",
|
| - "className": "NetworkConditions.NetworkConditionsActionDelegate",
|
| - "tags": "device"
|
| - },
|
| - {
|
| - "type": "view",
|
| - "location": "settings-view",
|
| - "id": "network-conditions",
|
| - "title": "Throttling",
|
| - "order": "35",
|
| - "className": "NetworkConditions.NetworkConditionsSettingsTab",
|
| - "settings": [
|
| - "customNetworkConditions"
|
| - ]
|
| - }
|
| - ],
|
| - "dependencies": [
|
| - "common",
|
| - "sdk",
|
| - "ui",
|
| - "protocol"
|
| - ],
|
| - "scripts": [
|
| - "NetworkConditionsSelector.js",
|
| - "NetworkConditionsSettingsTab.js",
|
| - "NetworkPriorities.js"
|
| - ],
|
| - "resources": [
|
| - "networkConditionsSettingsTab.css"
|
| - ]
|
| -}
|
|
|