summaryrefslogtreecommitdiff
path: root/toolkit/xre/ProfileReset.h
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-19 19:49:01 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-19 19:49:01 +0200
commit8b960b23ac31d4dd0763f91ab5f494251467eeb1 (patch)
treef9300c10b6d6541752450385a9e30a4f6ed42c56 /toolkit/xre/ProfileReset.h
parent585c1ec4b27beb1d54606b8451d60ab56bc11a18 (diff)
downloaduxp-8b960b23ac31d4dd0763f91ab5f494251467eeb1.tar.gz
moebius#205: Fix: The profile - resetting (the custom profile name)
https://github.com/MoonchildProductions/moebius/pull/205
Diffstat (limited to 'toolkit/xre/ProfileReset.h')
-rw-r--r--toolkit/xre/ProfileReset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/xre/ProfileReset.h b/toolkit/xre/ProfileReset.h
index 7b5efbc4ea..a164fe0751 100644
--- a/toolkit/xre/ProfileReset.h
+++ b/toolkit/xre/ProfileReset.h
@@ -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);