| 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, ""},
|
|
|