fune/browser/components/newtab/components.conf
Kris Maglione 4938867721 Bug 1524688: Part 61 - Convert AboutNewTabService to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18471

--HG--
rename : browser/components/newtab/aboutNewTabService.js => browser/components/newtab/AboutNewTabService.jsm
extra : source : 0c1d1248e59ed6390e108dd1809627589c52c618
2019-01-30 11:57:47 -08:00

14 lines
551 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.
Classes = [
{
'cid': '{dfcd2adc-7867-4d3a-ba70-17501f208142}',
'contract_ids': ['@mozilla.org/browser/aboutnewtab-service;1'],
'jsm': 'resource:///modules/AboutNewTabService.jsm',
'constructor': 'AboutNewTabService',
},
]