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