Skip to content

Commit

Permalink
Bug 1483600 - Notify "tab-content-frameloader-created" in GeckoView c…
Browse files Browse the repository at this point in the history
…ontent script. r=jchen

Differential Revision: https://phabricator.services.mozilla.com/D3546
  • Loading branch information
mbrubeck committed Aug 16, 2018
1 parent 9428b9a commit 6a96b83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mobile/android/chrome/geckoview/GeckoViewContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6a96b83

Please sign in to comment.