aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc')
-rw-r--r--www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc b/www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc
index 304842f01f61..6fd0273fc570 100644
--- a/www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc
+++ b/www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc
@@ -1,9 +1,9 @@
---- chrome/browser/profiles/profile_attributes_entry.cc.orig 2021-05-12 22:05:44 UTC
+--- chrome/browser/profiles/profile_attributes_entry.cc.orig 2021-07-19 18:45:09 UTC
+++ chrome/browser/profiles/profile_attributes_entry.cc
-@@ -159,7 +159,7 @@ void ProfileAttributesEntry::Initialize(ProfileInfoCac
- if (is_force_signin_enabled_) {
- if (!IsAuthenticated())
+@@ -163,7 +163,7 @@ void ProfileAttributesEntry::Initialize(ProfileInfoCac
+ base::FeatureList::IsEnabled(features::kForceSignInReauth))) {
is_force_signin_profile_locked_ = true;
+ }
-#if defined(OS_MAC) || defined(OS_LINUX) || defined(OS_CHROMEOS) || \
+#if defined(OS_MAC) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) || \
defined(OS_WIN)