~chromium-team/chromium-browser/disco-dev

« back to all changes in this revision

Viewing changes to debian/patches/widevine-enable-version-string.patch

  • Committer: Olivier Tilloy
  • Date: 2019-09-12 19:48:24 UTC
  • Revision ID: olivier.tilloy@canonical.com-20190912194824-1tx1si0pqt07m57o
* Upstream dev channel update: 78.0.3904.9
* debian/patches/configuration-directory.patch: refreshed
* debian/patches/disable-sse2: refreshed
* debian/patches/fix-extra-arflags.patch: refreshed
* debian/patches/set-rpath-on-chromium-executables.patch: refreshed
* debian/patches/suppress-newer-clang-warning-flags.patch: refreshed
* debian/patches/touch-v35: refreshed
* debian/patches/widevine-enable-version-string.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 #endif  // WIDEVINE_CDM_VERSION_H_
14
14
--- a/chrome/common/chrome_content_client.cc
15
15
+++ b/chrome/common/chrome_content_client.cc
16
 
@@ -92,7 +92,7 @@
 
16
@@ -93,7 +93,7 @@
17
17
 // Registers Widevine CDM if Widevine is enabled, the Widevine CDM is
18
18
 // bundled and not a component. When the Widevine CDM is a component, it is
19
19
 // registered in widevine_cdm_component_installer.cc.