From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- toolkit/profile/nsIToolkitProfileService.idl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'toolkit/profile') diff --git a/toolkit/profile/nsIToolkitProfileService.idl b/toolkit/profile/nsIToolkitProfileService.idl index f8519f1101..66cc5a6977 100644 --- a/toolkit/profile/nsIToolkitProfileService.idl +++ b/toolkit/profile/nsIToolkitProfileService.idl @@ -79,11 +79,11 @@ interface nsIToolkitProfileService : nsISupports * This returns true if a new profile was created. * This method is primarily for testing. It can be called only once. */ - bool selectStartupProfile(in Array aArgv, - in boolean aIsResetting, in AUTF8String aUpdateChannel, - in AUTF8String aLegacyInstallHash, - out nsIFile aRootDir, out nsIFile aLocalDir, - out nsIToolkitProfile aProfile); + boolean selectStartupProfile(in Array aArgv, + in boolean aIsResetting, in AUTF8String aUpdateChannel, + in AUTF8String aLegacyInstallHash, + out nsIFile aRootDir, out nsIFile aLocalDir, + out nsIToolkitProfile aProfile); /** * Get a profile by name. This is mainly for use by the -P -- cgit v1.2.3