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

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: fix component build Created 6 years, 9 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 1310a659a41d70bd3fd3e310facba16bf460d2bb..84d20e664a2dbdd22bf87645d536b4db483a76e3 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
@@ -68,9 +68,9 @@ public abstract class ContentSwitches {
// Native switch - chrome_switches::kDisablePopupBlocking
public static final String DISABLE_POPUP_BLOCKING = "disable-popup-blocking";
- // 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";
// Native switch - gfx_switches::kForceDeviceScaleFactor
public static final String FORCE_DEVICE_SCALE_FACTOR =
« no previous file with comments | « content/browser/media/android/browser_media_player_manager.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698