Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index fdf50ccad1f8daafb6e40ad0bd99ea66ebb24e84..5b6f5f62414503cefe06661e0bcb98f86d17f972 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -495,6 +495,10 @@ const char kEnableOfflineCacheAccess[] = "enable-offline-cache-access"; |
// Enables use of hardware overlay for fullscreen video playback. Android only. |
const char kEnableOverlayFullscreenVideo[] = "enable-overlay-fullscreen-video"; |
+// Enables blink subtitle and media control on top of overlay full screen video. |
+const char kEnableOverlayFullscreenVideoSubtitle[] = |
+ "enable-overlay-fullscreen-video-subtitle"; |
+ |
// Enables overlay scrollbars on Aura or Linux. Does nothing on Mac. |
const char kEnableOverlayScrollbars[] = "enable-overlay-scrollbars"; |