Index: content/browser/android/content_video_view.cc |
diff --git a/content/browser/android/content_video_view.cc b/content/browser/android/content_video_view.cc |
index 0e6e090427b97234de80f90e11d0feb343b12b79..8623c5f8a4a872bcf9d1ba7aff66bfdfb4e11965 100644 |
--- a/content/browser/android/content_video_view.cc |
+++ b/content/browser/android/content_video_view.cc |
@@ -206,8 +206,8 @@ gfx::NativeView ContentVideoView::GetNativeView() { |
JavaObjectWeakGlobalRef ContentVideoView::CreateJavaObject() { |
ContentViewCoreImpl* content_view_core = manager_->GetContentViewCore(); |
JNIEnv* env = AttachCurrentThread(); |
- bool legacyMode = !CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableOverlayFullscreenVideoSubtitle); |
+ bool legacyMode = CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kDisableOverlayFullscreenVideoSubtitle); |
return JavaObjectWeakGlobalRef( |
env, |
Java_ContentVideoView_createContentVideoView( |