| Index: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| index a3b3cd531929c226cd35c7fbc37c4181f3f1fcfb..af12c558625116c62c07f963da43c81cd605e142 100644
|
| --- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| +++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| @@ -71,9 +71,9 @@ public abstract class ContentSwitches {
|
| // Whether to disable the click delay by sending click events during double tap
|
| public static final String DISABLE_CLICK_DELAY = "disable-click-delay";
|
|
|
| - // Native switch - content_switches::kEnableOverlayFullscreenVideoSubtitle
|
| - public static final String ENABLE_OVERLAY_FULLSCREEN_VIDEO_SUBTITLE =
|
| - "enable-overlay-fullscreen-video-subtitle";
|
| + // Native switch - content_switches::kDisableOverlayFullscreenVideoSubtitle
|
| + public static final String DISABLE_OVERLAY_FULLSCREEN_VIDEO_SUBTITLE =
|
| + "disable-overlay-fullscreen-video-subtitle";
|
|
|
| // Prevent instantiation.
|
| private ContentSwitches() {}
|
|
|