From b78fe04f8fef70b71deea76a2bbbb79187c6ee1f Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Wed, 27 Apr 2016 13:10:14 -0400 Subject: [PATCH] Remove Vorbis from CDM support See https://codereview.chromium.org/1690353002 --- atom/app/atom_content_client.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/atom/app/atom_content_client.cc b/atom/app/atom_content_client.cc index c0d3ff656f05..5c4887bf89b2 100644 --- a/atom/app/atom_content_client.cc +++ b/atom/app/atom_content_client.cc @@ -89,7 +89,6 @@ content::PepperPluginInfo CreateWidevineCdmInfo(const base::FilePath& path, // Add the supported codecs as if they came from the component manifest. std::vector codecs; - codecs.push_back(kCdmSupportedCodecVorbis); codecs.push_back(kCdmSupportedCodecVp8); codecs.push_back(kCdmSupportedCodecVp9); #if defined(USE_PROPRIETARY_CODECS)