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

Unified Diff: media/cdm/cdm_paths.h

Issue 2582463003: media: Verify CDM Host files (Closed)
Patch Set: Created 4 years 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
Index: media/cdm/cdm_paths.h
diff --git a/media/cdm/cdm_paths.h b/media/cdm/cdm_paths.h
index 8ae6fe05b41f93393a6720303826a21153cf1450..60607293629e84cd925b0f2b687997b8fe3d17b5 100644
--- a/media/cdm/cdm_paths.h
+++ b/media/cdm/cdm_paths.h
@@ -14,6 +14,9 @@ namespace media {
// Name of the ClearKey CDM library.
extern const char kClearKeyCdmLibraryName[];
+// Platform-specific filename relative to kClearKeyCdmBaseDirectory.
+extern const char kClearKeyCdmAdapterFileName[];
+
// Returns the path of a CDM relative to DIR_COMPONENTS.
// On platforms where a platform specific path is used, returns
// |cdm_base_path|/_platform_specific/<platform>_<arch>

Powered by Google App Engine
This is Rietveld 408576698