~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/widevine-revision.patch

  • Committer: Olivier Tilloy
  • Date: 2018-07-13 17:38:25 UTC
  • Revision ID: olivier.tilloy@canonical.com-20180713173825-7zy5ygmwijv2wkmz
* Upstream beta channel update: 68.0.3440.59

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
description: set widevine version as undefined
 
2
author: Michael Gilbert <mgilbert@debian.org>
 
3
 
 
4
--- a/third_party/widevine/cdm/stub/widevine_cdm_version.h
 
5
+++ b/third_party/widevine/cdm/stub/widevine_cdm_version.h
 
6
@@ -10,6 +10,7 @@
 
7
 
 
8
 #include "third_party/widevine/cdm/widevine_cdm_common.h"
 
9
 
 
10
+#define WIDEVINE_CDM_VERSION_STRING "undefined"
 
11
 #define WIDEVINE_CDM_AVAILABLE
 
12
 
 
13
 #endif  // WIDEVINE_CDM_VERSION_H_