forked from mirrors/gecko-dev
		
	 a2faf2c5c8
			
		
	
	
		a2faf2c5c8
		
	
	
	
	
		
			
			Differential Revision: https://phabricator.services.mozilla.com/D18442 --HG-- rename : toolkit/components/mozprotocol/mozProtocolHandler.js => toolkit/components/mozprotocol/MozProtocolHandler.jsm extra : source : 5746311ef859095112efbc8a6b782eb3665d9102
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			552 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			552 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': '{47a45e5f-691e-4799-8686-14f8d3fc0f8c}',
 | |
|         'contract_ids': ['@mozilla.org/network/protocol;1?name=moz'],
 | |
|         'jsm': 'resource://gre/modules/MozProtocolHandler.jsm',
 | |
|         'constructor': 'MozProtocolHandler',
 | |
|     },
 | |
| ]
 |