| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index f670845293d04b8eebe4e8810510f4de26482cc9..c43108690032aeaddae2a4404318cd4ba2080e01 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -72,7 +72,7 @@
|
| #include <sanitizer/coverage_interface.h>
|
| #endif
|
|
|
| -#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| +#if BUILDFLAG(ENABLE_CDM_HOST_VERIFICATION)
|
| #include "content/common/media/cdm_host_files.h"
|
| #endif
|
|
|
| @@ -367,7 +367,7 @@ static void ZygotePreSandboxInit() {
|
| InitializeWebRtcModule();
|
| #endif
|
|
|
| -#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| +#if BUILDFLAG(ENABLE_CDM_HOST_VERIFICATION)
|
| CdmHostFiles::CreateGlobalInstance();
|
| #endif
|
|
|
|
|