| 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 ca3bb5c52e25d1d94b9adab564e3bd8d3dbc410d..ed5d3f66dc0cb786987941a0bfb19e98614b28ed 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| @@ -105,6 +105,7 @@ WebInspector.DeviceModeModel.deviceScaleFactorValidator = function(value)
|
| }
|
|
|
| WebInspector.DeviceModeModel._defaultMobileUserAgent = "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36";
|
| +WebInspector.DeviceModeModel._defaultMobileUserAgent = WebInspector.MultitargetNetworkManager.patchUserAgentWithChromeVersion(WebInspector.DeviceModeModel._defaultMobileUserAgent);
|
| WebInspector.DeviceModeModel.defaultMobileScaleFactor = 2;
|
|
|
| WebInspector.DeviceModeModel.prototype = {
|
|
|