Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1987)

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

Issue 182493003: enable subtitle support and the new fullscreen video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't enable fullscreen subtitle for webview Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698