# Date 1272456176 -7200
Bug 549241 - Channel classifier should run in chrome process. r=biesi, sr=jst
This commit is contained in:
Jason Duell
2010-05-21 14:03:02 -07:00
parent ad3096612d
commit e9af2d6253
22 changed files with 368 additions and 557 deletions

View File

@@ -103,7 +103,6 @@ Shutdown(nsIModule* aSelf)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsDocShell, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDefaultURIFixup)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsWebNavigationInfo, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsClassifierCallback)
// uriloader
NS_GENERIC_FACTORY_CONSTRUCTOR(nsURILoader)
@@ -144,12 +143,6 @@ static const nsModuleComponentInfo gDocShellModuleInfo[] = {
NS_WEBNAVIGATION_INFO_CONTRACTID,
nsWebNavigationInfoConstructor
},
{
"Channel classifier",
NS_CHANNELCLASSIFIER_CID,
NS_CHANNELCLASSIFIER_CONTRACTID,
nsClassifierCallbackConstructor
},
// about redirector
{ "about:about",