diff options
author | JustOff <Off.Just.Off@gmail.com> | 2019-11-16 16:01:44 +0200 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2019-11-16 16:01:44 +0200 |
commit | e850c3e6ebf7cb35a23ae4e97c669932e6fd5760 (patch) | |
tree | 585ae79884522b4c25fb430f199fe97a0b35b06a /toolkit | |
parent | 1fa13656ab439cd6db163d7d343eccec42680ff6 (diff) | |
download | aura-central-e850c3e6ebf7cb35a23ae4e97c669932e6fd5760.tar.gz |
Issue mcp-graveyard/UXP%1259 - Adjust Widewine strings after removing Adobe Primetime support
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/mozapps/extensions/internal/GMPProvider.jsm | 4 |
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", |