| 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": [
|
|
|