gecko-dev/toolkit/components/extensions/onExtensionBrowser.js
Tom Ritter c0f73bf1fa Bug 1577285 - Refactor out a data: URI in loadFrameScript r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D45731

--HG--
extra : moz-landing-system : lando
2019-09-14 03:36:33 +00:00

9 lines
389 B
JavaScript

/* -*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* vim: set sts=2 sw=2 et tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
Services.obs.notifyObservers(this, "tab-content-frameloader-created");