Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Unified Diff: content/public/common/content_switches.cc

Issue 10698046: Implements part of Device Motion in the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698