Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6038)

Unified Diff: chrome/common/chrome_content_client.cc

Issue 2755763002: media: Add build flag for CDM host verification (Closed)
Patch Set: fix cdm_host_file_path.cc Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/media/cdm_host_file_path.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/media/cdm_host_file_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698