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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network_conditions/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/network_conditions/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/network_conditions/module.json b/third_party/WebKit/Source/devtools/front_end/network_conditions/module.json
deleted file mode 100644
index 2fcea456e8abdd1ca5479c798f36fa69b34b2c00..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/front_end/network_conditions/module.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "extensions": [
- {
- "type": "setting",
- "settingName": "customNetworkConditions",
- "settingType": "array",
- "defaultValue": []
- },
- {
- "type": "@UI.ActionDelegate",
- "actionId": "network-conditions.network-offline",
- "category": "Network",
- "title": "Go offline",
- "className": "NetworkConditions.NetworkConditionsActionDelegate",
- "tags": "device"
- },
- {
- "type": "@UI.ActionDelegate",
- "actionId": "network-conditions.network-online",
- "category": "Network",
- "title": "Go online",
- "className": "NetworkConditions.NetworkConditionsActionDelegate",
- "tags": "device"
- },
- {
- "type": "view",
- "location": "settings-view",
- "id": "network-conditions",
- "title": "Throttling",
- "order": "35",
- "className": "NetworkConditions.NetworkConditionsSettingsTab",
- "settings": [
- "customNetworkConditions"
- ]
- }
- ],
- "dependencies": [
- "common",
- "sdk",
- "ui",
- "protocol"
- ],
- "scripts": [
- "NetworkConditionsSelector.js",
- "NetworkConditionsSettingsTab.js",
- "NetworkPriorities.js"
- ],
- "resources": [
- "networkConditionsSettingsTab.css"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698