From 8b960b23ac31d4dd0763f91ab5f494251467eeb1 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 19 Apr 2018 19:49:01 +0200 Subject: moebius#205: Fix: The profile - resetting (the custom profile name) https://github.com/MoonchildProductions/moebius/pull/205 --- toolkit/xre/ProfileReset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toolkit/xre/ProfileReset.h') 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); -- cgit v1.2.3