Bug 1162198 - [EME] Doorhanger that notifies user of DRM usage should include a Learn More link. r=gijs, a=dolske

This commit is contained in:
Justin Dolske 2015-05-06 16:19:58 -07:00
Родитель cc947f05d4
Коммит 47f49d9644
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);
},