зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
5f475a925b
Коммит
6451dd3898
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче