Bug 1258212 - Hook the parent up to the cild for registerContentHandler. r=gwright

This commit is contained in:
Blake Kaplan 2016-04-27 15:03:01 -07:00
Родитель a9b65ecfb0
Коммит 04fbd5fdd6
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -20,6 +20,7 @@ this.Feeds = {
init() {
let mm = Cc["@mozilla.org/globalmessagemanager;1"].getService(Ci.nsIMessageListenerManager);
mm.addMessageListener("WCCR:registerProtocolHandler", this);
mm.addMessageListener("WCCR:registerContentHandler", this);
Services.ppmm.addMessageListener("WCCR:setAutoHandler", this);
Services.ppmm.addMessageListener("FeedConverter:addLiveBookmark", this);