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

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

Issue 1292673002: [DevTools] Group options in network presets select. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/emulation/module.json
diff --git a/Source/devtools/front_end/emulation/module.json b/Source/devtools/front_end/emulation/module.json
index 22f1bf805cc7fcef75688bf891eeef473f5eb09c..6be732fbc0f97344f2b0a132a52626239b23b65f 100644
--- a/Source/devtools/front_end/emulation/module.json
+++ b/Source/devtools/front_end/emulation/module.json
@@ -40,7 +40,11 @@
"name": "devices",
"title": "Devices",
"order": "30",
- "className": "WebInspector.DevicesSettingsTab"
+ "className": "WebInspector.DevicesSettingsTab",
+ "settings": [
+ "standardEmulatedDeviceList",
+ "customEmulatedDeviceList"
+ ]
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698