| 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 04613dcd56f6ce474fc38b0dada3febcc48f7b35..af306f8b1ee2ef67805cb02e88ff1b410bfcea7f 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1014,10 +1014,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableHTMLImports,
|
| switches::kEnableInputModeAttribute,
|
| switches::kTraceToConsole,
|
| - switches::kEnableDeviceMotion,
|
| -#if defined(OS_ANDROID)
|
| switches::kDisableDeviceMotion,
|
| -#endif
|
| // Please keep these in alphabetical order. Compositor switches here should
|
| // also be added to chrome/browser/chromeos/login/chrome_restart_request.cc.
|
| cc::switches::kBackgroundColorInsteadOfCheckerboard,
|
|
|