Skip to content

Commit

Permalink
Issue #1259 - Adjust Widewine strings after removing Adobe Primetime …
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
JustOff authored and roytam1 committed Nov 22, 2019
1 parent eb555aa commit e50e93c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dom/locales/en-US/chrome/plugins.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ openH264_description2=This plugin is automatically installed by Mozilla to compl
eme-adobe_name=Primetime Content Decryption Module provided by Adobe Systems, Incorporated
eme-adobe_description=Play back protected web video.

widevine_description=Widevine Content Decryption Module provided by Google Inc.
widevine_name=Widevine Content Decryption Module provided by Google Inc.
widevine_description2=Play back protected web video.
6 changes: 2 additions & 4 deletions toolkit/mozapps/extensions/internal/GMPProvider.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const GMP_PLUGINS = [
homepageURL: "http://www.openh264.org/",
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul"
},
/*
{
id: EME_ADOBE_ID,
name: "eme-adobe_name",
Expand All @@ -59,12 +58,11 @@ const GMP_PLUGINS = [
optionsURL: "chrome://mozapps/content/extensions/gmpPrefs.xul",
isEME: true
},
*/
{
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",
Expand Down

0 comments on commit e50e93c

Please sign in to comment.