# User Michal Novotny <michal.novotny@gmail.com>
# Date 1272456176 -7200 Bug 549241 - Channel classifier should run in chrome process. r=biesi, sr=jst
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user