| 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..b367751d79800e71555a3fafbf55688b5bfeea80 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
|
| @@ -11,7 +11,7 @@
|
| "actionId": "network-conditions.network-offline",
|
| "category": "Network",
|
| "title": "Go offline",
|
| - "className": "MobileThrottling.NetworkConditionsActionDelegate",
|
| + "className": "MobileThrottling.ThrottlingManager.ActionDelegate",
|
| "tags": "device"
|
| },
|
| {
|
| @@ -19,16 +19,16 @@
|
| "actionId": "network-conditions.network-online",
|
| "category": "Network",
|
| "title": "Go online",
|
| - "className": "MobileThrottling.NetworkConditionsActionDelegate",
|
| + "className": "MobileThrottling.ThrottlingManager.ActionDelegate",
|
| "tags": "device"
|
| },
|
| {
|
| "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,13 @@
|
| "protocol"
|
| ],
|
| "scripts": [
|
| - "NetworkConditionsSelector.js",
|
| - "NetworkConditionsSettingsTab.js",
|
| - "CPUThrottlingManager.js"
|
| + "ThrottlingPresets.js",
|
| + "MobileThrottlingSelector.js",
|
| + "NetworkThrottlingSelector.js",
|
| + "ThrottlingSettingsTab.js",
|
| + "ThrottlingManager.js"
|
| ],
|
| "resources": [
|
| - "networkConditionsSettingsTab.css"
|
| + "throttlingSettingsTab.css"
|
| ]
|
| }
|
|
|