mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
moebius#205: Fix: The profile - resetting (the custom profile name)
https://github.com/MoonchildProductions/moebius/pull/205
This commit is contained in:
parent
4d4535d84e
commit
6a0f3e8f3f
6 changed files with 696 additions and 28 deletions
|
|
@ -11,6 +11,7 @@ static bool gProfileResetCleanupCompleted = false;
|
|||
static const char kResetProgressURL[] = "chrome://global/content/resetProfileProgress.xul";
|
||||
|
||||
nsresult CreateResetProfile(nsIToolkitProfileService* aProfileSvc,
|
||||
const nsACString& aOldProfileName,
|
||||
nsIToolkitProfile* *aNewProfile);
|
||||
|
||||
nsresult ProfileResetCleanup(nsIToolkitProfile* aOldProfile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue