| Index: content/browser/media/cdm_registry_impl.cc
 | 
| diff --git a/content/browser/media/cdm_registry_impl.cc b/content/browser/media/cdm_registry_impl.cc
 | 
| index fba96890d70f3ad98814ee6cc8f9831153bc8ed0..1f38fe0d41926213dbf5275ae45a9a15f407cc54 100644
 | 
| --- a/content/browser/media/cdm_registry_impl.cc
 | 
| +++ b/content/browser/media/cdm_registry_impl.cc
 | 
| @@ -30,7 +30,7 @@ CdmRegistryImpl::~CdmRegistryImpl() {}
 | 
|  
 | 
|  void CdmRegistryImpl::Init() {
 | 
|    // Let embedders register CDMs.
 | 
| -  GetContentClient()->AddContentDecryptionModules(&cdms_);
 | 
| +  GetContentClient()->AddContentDecryptionModules(&cdms_, nullptr);
 | 
|  }
 | 
|  
 | 
|  void CdmRegistryImpl::RegisterCdm(const CdmInfo& info) {
 | 
| 
 |