| Index: third_party/WebKit/Source/devtools/front_end/mobile_throttling/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network_conditions/module.json b/third_party/WebKit/Source/devtools/front_end/mobile_throttling/module.json
|
| similarity index 81%
|
| rename from third_party/WebKit/Source/devtools/front_end/network_conditions/module.json
|
| rename to third_party/WebKit/Source/devtools/front_end/mobile_throttling/module.json
|
| index 2fcea456e8abdd1ca5479c798f36fa69b34b2c00..3c834254d0a103d7919fa44cb7362c9dec2f76ab 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network_conditions/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": "NetworkConditions.NetworkConditionsActionDelegate",
|
| + "className": "MobileThrottling.NetworkConditionsActionDelegate",
|
| "tags": "device"
|
| },
|
| {
|
| @@ -19,7 +19,7 @@
|
| "actionId": "network-conditions.network-online",
|
| "category": "Network",
|
| "title": "Go online",
|
| - "className": "NetworkConditions.NetworkConditionsActionDelegate",
|
| + "className": "MobileThrottling.NetworkConditionsActionDelegate",
|
| "tags": "device"
|
| },
|
| {
|
| @@ -28,7 +28,7 @@
|
| "id": "network-conditions",
|
| "title": "Throttling",
|
| "order": "35",
|
| - "className": "NetworkConditions.NetworkConditionsSettingsTab",
|
| + "className": "MobileThrottling.NetworkConditionsSettingsTab",
|
| "settings": [
|
| "customNetworkConditions"
|
| ]
|
| @@ -43,7 +43,7 @@
|
| "scripts": [
|
| "NetworkConditionsSelector.js",
|
| "NetworkConditionsSettingsTab.js",
|
| - "NetworkPriorities.js"
|
| + "CPUThrottlingManager.js"
|
| ],
|
| "resources": [
|
| "networkConditionsSettingsTab.css"
|
|
|