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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 936653004: Disable unprefixed EME when using "--mediadrm-enable-non-compositing". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_andorid-wv
Patch Set: Created 5 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
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_browser_main_parts.cc
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index 7a6e6000e07977660040eae34b6d0a18aaed5c0d..100bea2f63cfe28e60602c8dd40958045d8294b2 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -95,6 +95,10 @@ struct DefaultCommandLineSwitch {
};
DefaultCommandLineSwitch g_default_switches[] = {
+ // TODO(ddorwin): Develop a permanent solution. See http://crbug.com/394926.
+ // For now, disable unprefixed EME because the video behavior not be
+ // consistent with other clients.
+ { switches::kDisableEncryptedMedia, ""},
#if defined(OS_ANDROID)
{ switches::kMediaDrmEnableNonCompositing, ""},
{ switches::kEnableOverlayFullscreenVideo, ""},
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698