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

Unified Diff: Source/devtools/front_end/components/module.json

Issue 1292673002: [DevTools] Group options in network presets select. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed review comment Created 5 years, 4 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: Source/devtools/front_end/components/module.json
diff --git a/Source/devtools/front_end/components/module.json b/Source/devtools/front_end/components/module.json
index c02b186f1229641d644d77de140facdfcaea0bbc..7f68bdce9b08c60bf7479dd866383df4523d2abc 100644
--- a/Source/devtools/front_end/components/module.json
+++ b/Source/devtools/front_end/components/module.json
@@ -25,7 +25,10 @@
"name": "network-conditions",
"title": "Throttling",
"order": "35",
- "className": "WebInspector.NetworkConditionsSettingsTab"
+ "className": "WebInspector.NetworkConditionsSettingsTab",
+ "settings": [
+ "networkConditionsCustomProfiles"
+ ]
}
],
"dependencies": [
« no previous file with comments | « Source/devtools/front_end/components/NetworkConditionsSelector.js ('k') | Source/devtools/front_end/emulation/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698