| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index d6c6aa608474bc985cc15b8ea492a7bd3b7ff870..1332496df6d42ef29981e34d055e09a0acc38df0 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -484,9 +484,9 @@ 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";
|
| +// Disables blink subtitle and media control on top of overlay fullscreen video.
|
| +const char kDisableOverlayFullscreenVideoSubtitle[] =
|
| + "disable-overlay-fullscreen-video-subtitle";
|
|
|
| // Enables overlay scrollbars on Aura or Linux. Does nothing on Mac.
|
| const char kEnableOverlayScrollbar[] = "enable-overlay-scrollbar";
|
|
|