Chromium Code Reviews| Index: content/renderer/render_thread_impl.cc |
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc |
| index 0123a0a6f0719fae8694ea6d6159a1f4ef2bae21..c10dee0d764560252b2b6a15d4fd613e00df8bd1 100644 |
| --- a/content/renderer/render_thread_impl.cc |
| +++ b/content/renderer/render_thread_impl.cc |
| @@ -720,7 +720,7 @@ static void AdjustRuntimeFeaturesFromArgs(const CommandLine& command_line) { |
| if (command_line.HasSwitch(switches::kEnableWebMIDI)) |
| WebRuntimeFeatures::enableWebMIDI(true); |
| - if (command_line.HasSwitch(switches::kEnableDeviceMotion)) |
| +// if (command_line.HasSwitch(switches::kEnableDeviceMotion)) |
|
darin (slow to review)
2013/06/17 05:27:46
nit: unintended change?
timvolodine
2013/06/17 20:10:55
Done.
|
| WebRuntimeFeatures::enableDeviceMotion(true); |
| if (command_line.HasSwitch(switches::kDisableDeviceOrientation)) |