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

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

Issue 597523003: Remove the legacy fullscreen video path in Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase correctly Created 6 years, 3 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 3c2a35db1b81fd9fdb5c02ae1ab98f3ab320a5cb..ed9cfacd36a4c908891f84397f23108b6c65cb78 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
@@ -70,10 +70,6 @@ public abstract class ContentSwitches {
// Native switch - chrome_switches::kDisablePopupBlocking
public static final String DISABLE_POPUP_BLOCKING = "disable-popup-blocking";
- // 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 =
"force-device-scale-factor";

Powered by Google App Engine
This is Rietveld 408576698