forked from mirrors/gecko-dev
		
	 b9da8b4eed
			
		
	
	
		b9da8b4eed
		
	
	
	
	
		
			
			Differential Revision: https://phabricator.services.mozilla.com/D40326 --HG-- extra : moz-landing-system : lando
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			652 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			652 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': '{cd8a6995-1f19-4cdd-9ed1-d6263302f594}',
 | |
|         'contract_ids': ['@mozilla.org/installerprefs;1'],
 | |
|         'jsm': 'resource:///modules/InstallerPrefs.jsm',
 | |
|         'constructor': 'InstallerPrefs',
 | |
|         'categories': {'profile-after-change': 'InstallerPrefs'},
 | |
|         'processes': ProcessSelector.MAIN_PROCESS_ONLY,
 | |
|     },
 | |
| ]
 |