backing out patch for bug 311008.

This commit is contained in:
darin%meer.net 2006-02-06 17:53:09 +00:00
parent 1eda9c411d
commit e426046807

View File

@ -94,7 +94,6 @@ const KEY_PROFILEDIR = "ProfD";
const KEY_PROFILEDS = "ProfDS";
const KEY_APPDIR = "XCurProcD";
const KEY_TEMPDIR = "TmpD";
const KEY_USERDATADIR = "UAppData"
const EM_ACTION_REQUESTED_TOPIC = "em-action-requested";
const EM_ITEM_INSTALLED = "item-installed";
@ -2258,12 +2257,6 @@ function ExtensionManager() {
priority);
InstallLocations.put(profileLocation);
// Register per-user Install Location
var folder = getDirNoCreate(KEY_USERDATADIR, [DIR_EXTENSIONS]);
InstallLocations.put(
new DirectoryInstallLocation("sys-user", folder, false,
nsIInstallLocation.PRIORITY_APP_SYSTEM_USER));
#ifdef XP_WIN
// Register HKEY_LOCAL_MACHINE Install Location
InstallLocations.put(