git-svn-id: svn://10.0.0.236/trunk@152937 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2004-02-19 12:05:04 +00:00
parent 202dcde116
commit f7c89549b1

View File

@@ -195,7 +195,7 @@ nsExtensionManager::StartExtensions(PRBool aIsProfile)
while (1);
return NS_OK;
#if 0
/*
walk the extensions list {
if extension is to be uninstalled {
locate install log
@@ -225,14 +225,12 @@ nsExtensionManager::StartExtensions(PRBool aIsProfile)
mark as being incompatible
disable extension
}
#endif
*/
}
nsresult
nsExtensionManager::Init()
{
return NS_OK;
// Register the profile extension launcher...
nsCOMPtr<nsIObserverService> os(do_GetService("@mozilla.org/observer-service;1"));
os->AddObserver(this, "profile-after-change", PR_FALSE);