| 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 f9741fd32a9188091b144e4edfe17f1e1c580852..abc002c667ac594e50495ee1db09cd8f6b76fbf0 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
|
| @@ -25,10 +25,10 @@
|
| {
|
| "type": "view",
|
| "location": "settings-view",
|
| - "id": "network-conditions",
|
| + "id": "throttling-conditions",
|
| "title": "Throttling",
|
| "order": 35,
|
| - "className": "MobileThrottling.NetworkConditionsSettingsTab",
|
| + "className": "MobileThrottling.ThrottlingSettingsTab",
|
| "settings": [
|
| "customNetworkConditions"
|
| ]
|
| @@ -41,11 +41,11 @@
|
| "protocol"
|
| ],
|
| "scripts": [
|
| - "NetworkConditionsSelector.js",
|
| - "NetworkConditionsSettingsTab.js",
|
| - "CPUThrottlingManager.js"
|
| + "ThrottlingSelector.js",
|
| + "ThrottlingSettingsTab.js",
|
| + "ThrottlingManager.js"
|
| ],
|
| "resources": [
|
| - "networkConditionsSettingsTab.css"
|
| + "throttlingSettingsTab.css"
|
| ]
|
| }
|
|
|