Index: third_party/widevine/cdm/stub/widevine_cdm_version.h |
diff --git a/third_party/widevine/cdm/android/widevine_cdm_version.h b/third_party/widevine/cdm/stub/widevine_cdm_version.h |
similarity index 58% |
copy from third_party/widevine/cdm/android/widevine_cdm_version.h |
copy to third_party/widevine/cdm/stub/widevine_cdm_version.h |
index 6897ed2a3e40498fe48fa704049d87d04330374c..caac8c7f50adc24d44afd5906e1a5d6ac4297f5a 100644 |
--- a/third_party/widevine/cdm/android/widevine_cdm_version.h |
+++ b/third_party/widevine/cdm/stub/widevine_cdm_version.h |
@@ -1,13 +1,16 @@ |
-// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2015 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.8.0" |
ddorwin
2015/04/03 02:06:56
Remove.
jrummell
2015/04/03 23:26:22
Done.
|
#endif // WIDEVINE_CDM_VERSION_H_ |