| Index: third_party/WebKit/Source/devtools/front_end/mobile_throttling/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/mobile_throttling/module.json b/third_party/WebKit/Source/devtools/front_end/mobile_throttling/module.json
|
| index 3c834254d0a103d7919fa44cb7362c9dec2f76ab..0ec9a1bf2b3ba32b7912545e5ffd02e56fe1499d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/mobile_throttling/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/mobile_throttling/module.json
|
| @@ -2,7 +2,7 @@
|
| "extensions": [
|
| {
|
| "type": "setting",
|
| - "settingName": "customNetworkConditions",
|
| + "settingName": "customThrottlingConditions",
|
| "settingType": "array",
|
| "defaultValue": []
|
| },
|
| @@ -25,12 +25,12 @@
|
| {
|
| "type": "view",
|
| "location": "settings-view",
|
| - "id": "network-conditions",
|
| + "id": "throttling-conditions",
|
| "title": "Throttling",
|
| "order": "35",
|
| - "className": "MobileThrottling.NetworkConditionsSettingsTab",
|
| + "className": "MobileThrottling.ThrottlingSettingsTab",
|
| "settings": [
|
| - "customNetworkConditions"
|
| + "customThrottlingConditions"
|
| ]
|
| }
|
| ],
|
| @@ -41,11 +41,10 @@
|
| "protocol"
|
| ],
|
| "scripts": [
|
| - "NetworkConditionsSelector.js",
|
| - "NetworkConditionsSettingsTab.js",
|
| - "CPUThrottlingManager.js"
|
| + "ThrottlingSelector.js",
|
| + "ThrottlingSettingsTab.js"
|
| ],
|
| "resources": [
|
| - "networkConditionsSettingsTab.css"
|
| + "throttlingSettingsTab.css"
|
| ]
|
| }
|
|
|