summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2019-11-17 10:05:33 +0000
committerGitHub <noreply@github.com>2019-11-17 10:05:33 +0000
commit36c81a978695ec3ba68af8475422bcab49ef470d (patch)
tree4410771482d5ac6239a9952cb5d15a06cd294ff0 /toolkit
parent8a64845aa527d2d3370ee73a1e17b7327f00d6ed (diff)
parentd034857122f608f654b10a6ca204d35adddcde08 (diff)
downloadUXP-36c81a978695ec3ba68af8475422bcab49ef470d.tar
UXP-36c81a978695ec3ba68af8475422bcab49ef470d.tar.gz
UXP-36c81a978695ec3ba68af8475422bcab49ef470d.tar.lz
UXP-36c81a978695ec3ba68af8475422bcab49ef470d.tar.xz
UXP-36c81a978695ec3ba68af8475422bcab49ef470d.zip
Merge pull request #1293 from JustOff/PR_widevine_strings
Adjust Widewine strings after removing Adobe Primetime support
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/mozapps/extensions/internal/GMPProvider.jsm4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/mozapps/extensions/internal/GMPProvider.jsm b/toolkit/mozapps/extensions/internal/GMPProvider.jsm
index 39d8f2d98..2ebde08bb 100644
--- a/toolkit/mozapps/extensions/internal/GMPProvider.jsm
+++ b/toolkit/mozapps/extensions/internal/GMPProvider.jsm
@@ -51,9 +51,9 @@ const GMP_PLUGINS = [
},
{
id: WIDEVINE_ID,
- name: "widevine_description",
+ name: "widevine_name",
// Describe the purpose of both CDMs in the same way.
- description: "eme-adobe_description",
+ description: "widevine_description2",
licenseURL: "https://www.google.com/policies/privacy/",
homepageURL: "https://www.widevine.com/",
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul",