Chromium Code Reviews| 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..385cdfae408402871af84dad8d8aec48e72b2ba2 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.cc |
| +++ b/content/browser/renderer_host/render_process_host_impl.cc |
| @@ -1015,9 +1015,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
| switches::kEnableInputModeAttribute, |
| switches::kTraceToConsole, |
| switches::kEnableDeviceMotion, |
|
Peter Beverloo
2013/09/18 15:17:39
Can we remove this flag altogether now that the fe
timvolodine
2013/09/18 16:27:38
Done.
|
| -#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, |