| 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 cb648194144d77d1e5b7e2446adfa33e37202fc6..f7db8b4e63a3ae287e87e9b7a16ee3bd5bb4e889 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
|
| @@ -86,22 +86,6 @@
|
| "persistence": "closeable",
|
| "order": 40,
|
| "className": "WebInspector.NetworkConfigView"
|
| - },
|
| - {
|
| - "type": "setting",
|
| - "settingName": "networkConditionsCustomProfiles",
|
| - "settingType": "array",
|
| - "defaultValue": []
|
| - },
|
| - {
|
| - "type": "settings-view",
|
| - "name": "network-conditions",
|
| - "title": "Throttling",
|
| - "order": "35",
|
| - "className": "WebInspector.NetworkConditionsSettingsTab",
|
| - "settings": [
|
| - "networkConditionsCustomProfiles"
|
| - ]
|
| }
|
| ],
|
| "dependencies": [
|
| @@ -117,7 +101,6 @@
|
| "HARWriter.js",
|
| "JSONView.js",
|
| "RequestView.js",
|
| - "NetworkConditionsSelector.js",
|
| "NetworkConfigView.js",
|
| "NetworkDataGridNode.js",
|
| "NetworkItemView.js",
|
| @@ -137,7 +120,6 @@
|
| "resources": [
|
| "blockedURLsPane.css",
|
| "eventSourceMessagesView.css",
|
| - "networkConditionsSettingsTab.css",
|
| "networkConfigView.css",
|
| "networkLogView.css",
|
| "networkPanel.css",
|
|
|