| 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 0bde7349077e4d8e478cf74be01d7db344321015..d8037dec3368c32c218740f92603ab45bb1d4bca 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| @@ -311,6 +311,11 @@ WebInspector.DeviceModeModel.prototype = {
|
| this._target = null;
|
| },
|
|
|
| + openAppBanner: function()
|
| + {
|
| + this._target.pageAgent().openAppBanner();
|
| + },
|
| +
|
| _scaleSettingChanged: function()
|
| {
|
| this._calculateAndEmulate(true);
|
|
|