Index: media/cdm/cdm_paths.h |
diff --git a/media/cdm/cdm_paths.h b/media/cdm/cdm_paths.h |
index 23733463b9d7688487e481f01dd4a10014d7488f..8ae6fe05b41f93393a6720303826a21153cf1450 100644 |
--- a/media/cdm/cdm_paths.h |
+++ b/media/cdm/cdm_paths.h |
@@ -11,6 +11,9 @@ |
namespace media { |
+// Name of the ClearKey CDM library. |
+extern const char kClearKeyCdmLibraryName[]; |
+ |
// 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> |