Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index b91ee9b72aa7c8c56e691be345ed18facaa84213..fca420af4d83c3677a58cdcb55fe969545af1f0c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -380,10 +380,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"; |