Index: chrome/common/chrome_content_client.cc |
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc |
index a956d00c50fb119e58f3dfda3aaa367ce239bb12..250d01391878e2d4b41a15f6a6d3f21b699ce136 100644 |
--- a/chrome/common/chrome_content_client.cc |
+++ b/chrome/common/chrome_content_client.cc |
@@ -173,7 +173,6 @@ void ComputeBuiltInPlugins(std::vector<content::PepperPluginInfo>* plugins) { |
// Add the supported codecs as if they came from the component manifest. |
std::vector<std::string> codecs; |
ddorwin
2016/02/12 18:47:35
// This list must match the CDM that is being bund
xhwang
2016/02/12 20:37:21
Done.
|
- codecs.push_back(kCdmSupportedCodecVorbis); |
codecs.push_back(kCdmSupportedCodecVp8); |
codecs.push_back(kCdmSupportedCodecVp9); |
#if defined(USE_PROPRIETARY_CODECS) |