diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-29 17:36:05 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-29 17:36:05 +0000 |
commit | 720a8518ffc5e5f55d5d5e20ee49ee9d66b16f03 (patch) | |
tree | de4d7dd135ec68bf6bd15be8843bd192d491d2da /third_party/widevine | |
parent | 783b22dea0148ee262c89c7a69423dc26227853f (diff) | |
download | chromium_src-720a8518ffc5e5f55d5d5e20ee49ee9d66b16f03.zip chromium_src-720a8518ffc5e5f55d5d5e20ee49ee9d66b16f03.tar.gz chromium_src-720a8518ffc5e5f55d5d5e20ee49ee9d66b16f03.tar.bz2 |
Reland r196939 "Add Widevine CDM component installer."
Fix since r196939: Move widevine_cdm_constants.* to chrome/common_constants.gyp.
TBR=brettw@chromium.org
BUG=180260
Review URL: https://codereview.chromium.org/14430004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/widevine')
-rw-r--r-- | third_party/widevine/cdm/widevine_cdm_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h index 6ba1cf5..9f86a23 100644 --- a/third_party/widevine/cdm/widevine_cdm_common.h +++ b/third_party/widevine/cdm/widevine_cdm_common.h @@ -9,6 +9,9 @@ // This file defines constants common to all Widevine CDM versions. +// Widevine CDM version contains 4 components, e.g. 1.4.0.195. +const int kWidevineCdmVersionNumComponents = 4; + // "alpha" is a temporary name until a convention is defined. const char kWidevineKeySystem[] = "com.widevine.alpha"; |