diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_browser_profiles_profiles__state.cc')
-rw-r--r-- | www/ungoogled-chromium/files/patch-chrome_browser_profiles_profiles__state.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profiles__state.cc b/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profiles__state.cc index 2ca69134d5cf..eaa508a54b24 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profiles__state.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profiles__state.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/profiles_state.cc.orig 2025-03-09 21:38:10 UTC +--- chrome/browser/profiles/profiles_state.cc.orig 2025-09-10 13:22:16 UTC +++ chrome/browser/profiles/profiles_state.cc -@@ -187,7 +187,7 @@ bool IsGuestModeRequested(const base::CommandLine& com +@@ -190,7 +190,7 @@ bool IsGuestModeRequested(const base::CommandLine& com PrefService* local_state, bool show_warning) { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ @@ -9,7 +9,7 @@ DCHECK(local_state); // Check if guest mode enforcement commandline switch or policy are provided. -@@ -223,7 +223,7 @@ bool IsGuestModeEnabled() { +@@ -226,7 +226,7 @@ bool IsGuestModeEnabled() { return false; } @@ -18,7 +18,7 @@ // If there are any supervised profiles, disable guest mode. if (std::ranges::any_of(g_browser_process->profile_manager() ->GetProfileAttributesStorage() -@@ -239,7 +239,7 @@ bool IsGuestModeEnabled() { +@@ -242,7 +242,7 @@ bool IsGuestModeEnabled() { } bool IsGuestModeEnabled(const Profile& profile) { |