354552 Firefox - Remove the unused backup of registry file associations. r=dougt

This commit is contained in:
rob_strong@exchangecode.com
2006-09-27 20:01:21 +00:00
parent 2ff8c25c37
commit 24dd9a1cb5
2 changed files with 14 additions and 29 deletions

View File

@@ -61,8 +61,8 @@ protected:
PRBool GetMailAccountKey(HKEY* aResult);
void SetRegKey(const char* aKeyName, const char* aValueName,
const char* aValue, PRBool aBackup, HKEY aBackupKey,
PRBool aReplaceExisting, PRBool aForAllUsers);
const char* aValue, PRBool aReplaceExisting,
PRBool aForAllUsers);
private:
PRBool mCheckedThisSession;