Chromium Code Reviews| Index: media/cdm/ppapi/stub/widevine_cdm_version.h |
| diff --git a/third_party/widevine/cdm/android/widevine_cdm_version.h b/media/cdm/ppapi/stub/widevine_cdm_version.h |
| similarity index 58% |
| copy from third_party/widevine/cdm/android/widevine_cdm_version.h |
| copy to media/cdm/ppapi/stub/widevine_cdm_version.h |
| index 6897ed2a3e40498fe48fa704049d87d04330374c..d3aa1e97674b097b7bff6ceee698e1f7afde09d6 100644 |
| --- a/third_party/widevine/cdm/android/widevine_cdm_version.h |
| +++ b/media/cdm/ppapi/stub/widevine_cdm_version.h |
| @@ -1,13 +1,16 @@ |
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +// This is a stand-in for a generated file that is available when the |
| +// Widevine CDM is available. |
| + |
| #ifndef WIDEVINE_CDM_VERSION_H_ |
| #define WIDEVINE_CDM_VERSION_H_ |
| #include "third_party/widevine/cdm/widevine_cdm_common.h" |
| -// Indicates that the Widevine CDM is available. |
| #define WIDEVINE_CDM_AVAILABLE |
| +#define WIDEVINE_CDM_VERSION_STRING "1.4.7.796" |
|
ddorwin
2015/03/28 04:00:11
We don't need a version. This file should look lik
jrummell
2015/04/01 23:37:37
Done. Just went by the comments in third_party/wid
|
| #endif // WIDEVINE_CDM_VERSION_H_ |