Chromium Code Reviews| 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 c169d5393a26746508e13dc50291e872c80c1313..4e1577565bcecd3e041dc039d06f1115b53b2c76 100644 |
| --- a/chrome/renderer/media/chrome_key_systems.cc |
| +++ b/chrome/renderer/media/chrome_key_systems.cc |
| @@ -36,7 +36,9 @@ const char kVorbisVP8[] = "vorbis,vp8,vp8.0"; |
| const char kAudioMp4[] = "audio/mp4"; |
| const char kVideoMp4[] = "video/mp4"; |
| const char kMp4a[] = "mp4a"; |
| +#if defined(WIDEVINE_CDM_AVAILABLE) |
| const char kAvc1Avc3[] = "avc1,avc3"; |
|
acolwell GONE FROM CHROMIUM
2013/10/18 21:41:18
nit: How about just moving this into the #ifdef be
Nico
2013/10/18 21:43:12
Done.
Nico
2013/10/18 21:43:12
Does that change much? Down there it'd have to be
acolwell GONE FROM CHROMIUM
2013/10/18 21:45:55
Oh right. How about just inlining this since it is
|
| +#endif // WIDEVINE_CDM_AVAILABLE |
| const char kMp4aAvc1Avc3[] = "mp4a,avc1,avc3"; |
| #endif // defined(USE_PROPRIETARY_CODECS) |