Commit ff1a80f8 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 13252: Customize profile management on macOS

TB 45163: Remove our feature gate on app group containers.

It is already gated upstream, and we might actually want to enable it
when ready, or disable it at the Base Browser level.
parent 4ae29be6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ nsXREDirProvider::Release() { return 0; }
nsresult nsXREDirProvider::GetUserProfilesRootDir(nsIFile** aResult) {
  nsCOMPtr<nsIFile> file;
  nsresult rv = NS_OK;
#if !defined(TOR_BROWSER) && defined(XP_MACOSX) && defined(NIGHTLY_BUILD)
#if defined(XP_MACOSX) && defined(NIGHTLY_BUILD)
  const char* appGroup = PR_GetEnv("MOZ_APP_GROUP");
  if (appGroup && *appGroup && strcmp(appGroup, "0") != 0) {
    nsCOMPtr<nsIFile> group;