Bug 1483600 - Notify "tab-content-frameloader-created" in GeckoView content script. r=jchen

Differential Revision: https://phabricator.services.mozilla.com/D3546

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matt Brubeck 2018-08-16 20:50:36 +00:00
Родитель b96242f217
Коммит 04cbf7f887
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -34,6 +34,9 @@ class GeckoViewContent extends GeckoViewContentModule {
this);
this.messageManager.addMessageListener("GeckoView:ZoomToInput",
this);
// Notify WebExtension process script that this tab is ready for extension content to load.
Services.obs.notifyObservers(this.messageManager, "tab-content-frameloader-created");
}
onEnable() {