| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index 91acb7d5f6cee2592df87450f8da7967c4ada7cd..15e6491e715747114f0dcb7f70b9f037427ace2e 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -86,7 +86,7 @@
|
| #include "chrome/common/widevine_cdm_constants.h"
|
| #endif
|
|
|
| -#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| +#if BUILDFLAG(ENABLE_CDM_HOST_VERIFICATION)
|
| #include "chrome/common/media/cdm_host_file_path.h"
|
| #endif
|
|
|
| @@ -569,7 +569,7 @@ void ChromeContentClient::AddContentDecryptionModules(
|
| // available.
|
| }
|
|
|
| -#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| +#if BUILDFLAG(ENABLE_CDM_HOST_VERIFICATION)
|
| if (cdm_host_file_paths)
|
| chrome::AddCdmHostFilePaths(cdm_host_file_paths);
|
| #endif
|
|
|