| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index c8aaa1cb9dfe206c6fc9b107b216736de0e4e5d9..cf31d5d8a797fb782f3e510952c4ab0f04caae88 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -707,6 +707,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableTouchEvents,
|
| switches::kEnableVideoTrack,
|
| switches::kEnableViewport,
|
| + switches::kForceDeviceScaleFactor,
|
| switches::kFullMemoryCrashReport,
|
| #if !defined (GOOGLE_CHROME_BUILD)
|
| // These are unsupported and not fully tested modes, so don't enable them
|
|
|