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

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

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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 0908fa3088776e8f417bdde3b86112332a9b02c4..7935e5c16052ee4fde98c1915c81647b3dd6c046 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -37,6 +37,7 @@ CONTENT_EXPORT extern const char kDisableDatabases[];
extern const char kDisableDataTransferItems[];
CONTENT_EXPORT extern const char kDisableDeferred2dCanvas[];
extern const char kDisableDesktopNotifications[];
+CONTENT_EXPORT extern const char kDisableDeviceMotion[];
CONTENT_EXPORT extern const char kDisableDeviceOrientation[];
CONTENT_EXPORT extern const char kDisableExperimentalWebGL[];
CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[];
@@ -88,7 +89,6 @@ extern const char kEnableAccessibilityLogging[];
CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[];
extern const char kEnableCssRegions[];
extern const char kEnableCssShaders[];
-CONTENT_EXPORT extern const char kEnableDeviceMotion[];
bulach 2012/07/02 12:47:56 I think we normally keep the kEnableDeviceMotion u
aousterh 2012/07/04 13:31:55 Oh ok, makes sense. Done.
extern const char kEnableEncryptedMedia[];
extern const char kEnableFastback[];
CONTENT_EXPORT extern const char kEnableFixedLayout[];

Powered by Google App Engine
This is Rietveld 408576698