Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index a9b17cf683628fbd44495277bd4d0ff0176ece4e..a1d24528d91ad739fbfe72b7b9bd94c3c76199a4 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -909,9 +909,6 @@ 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"; |
- |
// Enable external animation system for Android compositor. |
// See also kEnableCompositorAnimationTimelines for renderer compositors. |
const char kEnableAndroidCompositorAnimationTimelines[] = |