| 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 752b68bc90b7e8822c85874348841ab9c95eb96d..9297fb2917c036ffe3d679513a2f7ba1956d7e7d 100644
|
| --- a/third_party/widevine/cdm/widevine_cdm_common.h
|
| +++ b/third_party/widevine/cdm/widevine_cdm_common.h
|
| @@ -9,6 +9,8 @@
|
|
|
| // This file defines constants common to all Widevine CDM versions.
|
|
|
| +// TODO(ddorwin): Eliminate Base entries: http://crbug.com/164303.
|
| +const char kWidevineBaseKeySystem[] = "com.widevine";
|
| // "alpha" is a temporary name until a convention is defined.
|
| const char kWidevineKeySystem[] = "com.widevine.alpha";
|
|
|
|
|