| Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| index 169602e3a1bca8fb0cae5d7d067c528a6888c3ea..3d978d21c929fd2b02364c62aa5895ff2957ee16 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| @@ -361,6 +361,11 @@ WebInspector.DeviceModeModel.prototype = {
|
| this._target = null;
|
| },
|
|
|
| + requestAppBanner: function()
|
| + {
|
| + this._target.pageAgent().requestAppBanner();
|
| + },
|
| +
|
| _scaleSettingChanged: function()
|
| {
|
| this._calculateAndEmulate(true);
|
|
|