Bug 1406818 - about:profile uses nsIToolkitProfile.removeInBackground, r=ehsan

This commit is contained in:
Andrea Marchesini 2017-10-13 08:47:41 +02:00
parent bfc0ffcb29
commit a3f43e823d

View File

@ -291,7 +291,7 @@ function removeProfile(profile) {
}
}
profile.remove(deleteFiles);
profile.removeInBackground(deleteFiles);
ProfileService.flush();
refreshUI();
}