Index: third_party/widevine/cdm/widevine_cdm_common.h |
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h |
index b5e51939fa8c5dfe9331c8862a88f3e588bd4d90..0dafb1e2b26abce7cdef8988e0ce429e05f8361f 100644 |
--- a/third_party/widevine/cdm/widevine_cdm_common.h |
+++ b/third_party/widevine/cdm/widevine_cdm_common.h |
@@ -16,6 +16,9 @@ const char kWidevineKeySystem[] = "com.widevine.alpha"; |
// This type is used to register the Widevine CDM. |
const char kWidevineCdmType[] = "Widevine"; |
+// Widevine CDM files are in a directory with this name. |
+const char kWidevineCdmBaseDirectory[] = "WidevineCdm"; |
+ |
// This name is used by UMA. Do not change it! |
const char kWidevineKeySystemNameForUMA[] = "Widevine"; |