зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
cc947f05d4
Коммит
47f49d9644
|
@ -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);
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче