Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 0b161fcbe153bc2f17e545aa15a996a8df792e32..56bd24fb0e10d88a2325b37c0de713aa678c85ab 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -499,6 +499,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"; |