Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 7aa44394d1da981b0d06cc39abdf52c9ce3e7a7a..57789922e80735b73a9762908be1379bc35d6287 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -83,6 +83,9 @@ const char kDisableDeferred2dCanvas[] = "disable-deferred-2d-canvas"; |
// Disables desktop notifications (default enabled on windows). |
const char kDisableDesktopNotifications[] = "disable-desktop-notifications"; |
+// Disables device motion events. |
+const char kDisableDeviceMotion[] = "disable-device-motion"; |
+ |
// Disables device orientation events. |
const char kDisableDeviceOrientation[] = "disable-device-orientation"; |
@@ -251,9 +254,6 @@ const char kEnableCssRegions[] = "enable-css-regions"; |
// Enables CSS3 custom filters |
const char kEnableCssShaders[] = "enable-css-shaders"; |
-// Enables device motion events. |
-const char kEnableDeviceMotion[] = "enable-device-motion"; |
- |
// Enables support for encrypted media. Current implementation is |
// incomplete and this flag is used for development and testing. |
const char kEnableEncryptedMedia[] = "enable-encrypted-media"; |