Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 69d0941ea98aa3d3b59d69990e50d468da97f344..18b8884dc44c0f37e247f7c4c528d23b40fb5565 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -916,6 +916,9 @@ const char kDisableOverscrollEdgeEffect[] = "disable-overscroll-edge-effect"; |
// Disable the pull-to-refresh effect when vertically overscrolling content. |
const char kDisablePullToRefreshEffect[] = "disable-pull-to-refresh-effect"; |
+// Disable the locking feature of the screen orientation API. |
+const char kDisableScreenOrientationLock[] = "disable-screen-orientation-lock"; |
+ |
// WebRTC is enabled by default on Android. |
const char kDisableWebRTC[] = "disable-webrtc"; |