Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1025)

Unified Diff: third_party/WebKit/Source/devtools/front_end/mobile_throttling/module.json

Issue 2915883002: DevTools: prepare to unify Network and CPU throttling UI (Closed)
Patch Set: gs Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698