| Index: chrome/renderer/media/chrome_key_systems.cc
|
| diff --git a/chrome/renderer/media/chrome_key_systems.cc b/chrome/renderer/media/chrome_key_systems.cc
|
| index 5307481ce45f3dc23196f0de9147ff42afb43cde..a5648364f65b9ca1e358c0d34d170957366750f4 100644
|
| --- a/chrome/renderer/media/chrome_key_systems.cc
|
| +++ b/chrome/renderer/media/chrome_key_systems.cc
|
| @@ -77,10 +77,10 @@ static void AddExternalClearKey(
|
|
|
| info.supported_codecs = media::EME_CODEC_WEBM_ALL;
|
| info.supported_init_data_types =
|
| - media::EME_INIT_DATA_TYPE_WEBM | media::EME_INIT_DATA_TYPE_KEYIDS;
|
| + media::kSupportedInitDataTypeWebM | media::kSupportedInitDataTypeKeyIds;
|
| #if defined(USE_PROPRIETARY_CODECS)
|
| info.supported_codecs |= media::EME_CODEC_MP4_ALL;
|
| - info.supported_init_data_types |= media::EME_INIT_DATA_TYPE_CENC;
|
| + info.supported_init_data_types |= media::kSupportedInitDataTypeCenc;
|
| #endif // defined(USE_PROPRIETARY_CODECS)
|
|
|
| // Persistent sessions are faked.
|
|
|