Chromium Code Reviews| 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", |
|
chenwilliam
2017/05/31 19:20:52
FYI, I had to manually move this b/c the extract_m
|
| - "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" |
| - ] |
| -} |