| Index: third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js b/third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js
|
| index 0b3004d74fd7c594833fbdce2f9bbac0238527c9..85f4641600b06bb4adc197a7774e0939e3501375 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js
|
| @@ -475,6 +475,11 @@ WebInspector.EmulatedDevicesList.prototype = {
|
| return this._custom;
|
| },
|
|
|
| + revealCustomSetting: function()
|
| + {
|
| + WebInspector.Revealer.reveal(this._customSetting);
|
| + },
|
| +
|
| /**
|
| * @param {!WebInspector.EmulatedDevice} device
|
| */
|
|
|