Index: media/blink/webencryptedmediaclient_impl.cc |
diff --git a/media/blink/webencryptedmediaclient_impl.cc b/media/blink/webencryptedmediaclient_impl.cc |
index af7b7f487a99cc44cf5254257835e1d4c8fbdfe9..8e2f22d000c88803688154347a3e9e48161eb0a8 100644 |
--- a/media/blink/webencryptedmediaclient_impl.cc |
+++ b/media/blink/webencryptedmediaclient_impl.cc |
@@ -33,7 +33,7 @@ static bool IsSupportedContentType( |
std::vector<std::string> codec_vector; |
net::ParseCodecString(codecs, &codec_vector, strip_codec_suffixes); |
return IsSupportedKeySystemWithMediaMimeType(container, codec_vector, |
- key_system); |
+ key_system, false); |
} |
static bool GetSupportedConfiguration( |