Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index c9d89d655179c3bdb232f6e7866961f08288041e..eb0bccf14987b6bff7bd7668be092a023bb24e0c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -377,10 +377,6 @@ const char kEnableOneCopy[] = "enable-one-copy"; |
// Enables use of hardware overlay for fullscreen video playback. Android only. |
const char kEnableOverlayFullscreenVideo[] = "enable-overlay-fullscreen-video"; |
-// Disables blink subtitle and media control on top of overlay fullscreen video. |
-const char kDisableOverlayFullscreenVideoSubtitle[] = |
- "disable-overlay-fullscreen-video-subtitle"; |
- |
// Forward overscroll event data from the renderer to the browser. |
const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications"; |