Fixing bugs 31688, 17457. Modifying createprofile option to create profile and exit and allow the profile creation to use the existing dir. r=gayatrib

This commit is contained in:
racham%netscape.com 2000-05-02 22:32:11 +00:00
Родитель 5f475a925b
Коммит 6451dd3898
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -67,7 +67,10 @@ interface nsIProfile : nsISupports {
void migrateProfileInfo();
void createNewProfile(in wstring profileName, in wstring nativeProfileDir);
void createNewProfile(in wstring profileName,
in wstring nativeProfileDir,
in boolean useExistingDir);
void renameProfile(in wstring oldName, in wstring newName);
void deleteProfile(in wstring name, in boolean canDeleteFiles);