Bug 553070 - Allow XPCOMUtils to do category registration for specific apps. r=sayrer
This commit is contained in:
@@ -1246,7 +1246,8 @@ BrowserGlue.prototype = {
|
||||
// get this contractID registered for certain categories via XPCOMUtils
|
||||
_xpcom_categories: [
|
||||
// make BrowserGlue a startup observer
|
||||
{ category: "app-startup", service: true }
|
||||
{ category: "app-startup", service: true,
|
||||
apps: [ /* Firefox */ "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" ] }
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user