| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index e245a0efc9d452a83304dffceefda4b8fa56c67d..448d5444f557f99a92baa6150b65df4ac7e7ac14 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -279,6 +279,8 @@ void ComputeBuiltInPlugins(std::vector<content::PepperPluginInfo>* plugins) {
|
| std::vector<std::string> codecs;
|
| codecs.push_back(kCdmSupportedCodecVorbis);
|
| codecs.push_back(kCdmSupportedCodecVp8);
|
| + // TODO(xhwang): Add VP9 when it's supported by Widevine CDM.
|
| + // See http://crbug.com/361318
|
| #if defined(USE_PROPRIETARY_CODECS)
|
| // TODO(ddorwin): Rename these macros to reflect their real meaning: whether the
|
| // CDM Chrome was built [and shipped] with support these types.
|
|
|