| 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 c0a6124daef8c638431f79eaa6e2526f31b04b9e..227e3ecbe4d54b4a176570891147cb8f04d960ee 100644
 | 
| --- a/content/browser/renderer_host/render_process_host_impl.cc
 | 
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
 | 
| @@ -1028,6 +1028,9 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
 | 
|      switches::kEnableWebGLDraftExtensions,
 | 
|      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,
 | 
| 
 |