mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 08:57:27 +00:00
Bug 1406818 - about:profile uses nsIToolkitProfile.removeInBackground, r=ehsan
This commit is contained in:
parent
bfc0ffcb29
commit
a3f43e823d
@ -291,7 +291,7 @@ function removeProfile(profile) {
|
||||
}
|
||||
}
|
||||
|
||||
profile.remove(deleteFiles);
|
||||
profile.removeInBackground(deleteFiles);
|
||||
ProfileService.flush();
|
||||
refreshUI();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user