Skip to content

Commit

Permalink
Bug 1162198 - [EME] Doorhanger that notifies user of DRM usage should…
Browse files Browse the repository at this point in the history
… include a Learn More link. r=gijs, a=sledru

--HG--
branch : GECKO380_2015050320_RELBRANCH
extra : transplant_source : %12%1E%D6%B9%B6%DD%40%9E_%7F%0B%9E%23%CE%C5%8F%AD%F7%E6_
  • Loading branch information
dolske committed May 6, 2015
1 parent 33cf84d commit fc66268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/base/content/browser-eme.js
Expand Up @@ -206,6 +206,7 @@ let gEMEHandler = {
let options = {
dismissed: true,
eventCallback: aTopic => aTopic == "swapping",
learnMoreURL: Services.urlFormatter.formatURLPref("app.support.baseURL") + "drm-content",
};
PopupNotifications.show(browser, "drmContentPlaying", message, anchorId, mainAction, null, options);
},
Expand Down

0 comments on commit fc66268

Please sign in to comment.