prefs-disable-signinallowed-by-default.patch
This commit is contained in:
parent
66b96cc33e
commit
74046495cf
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Subject: prefs: disable signinallowed by default
|
|||
diff --git a/components/signin/internal/identity_manager/primary_account_manager.cc b/components/signin/internal/identity_manager/primary_account_manager.cc
|
||||
--- a/components/signin/internal/identity_manager/primary_account_manager.cc
|
||||
+++ b/components/signin/internal/identity_manager/primary_account_manager.cc
|
||||
@@ -57,7 +57,7 @@ void PrimaryAccountManager::RegisterProfilePrefs(PrefRegistrySimple* registry) {
|
||||
@@ -55,7 +55,7 @@ void PrimaryAccountManager::RegisterProfilePrefs(PrefRegistrySimple* registry) {
|
||||
registry->RegisterBooleanPref(prefs::kGoogleServicesConsentedToSync, false);
|
||||
registry->RegisterBooleanPref(prefs::kAutologinEnabled, true);
|
||||
registry->RegisterListPref(prefs::kReverseAutologinRejectedEmailList);
|
||||
|
|
Loading…
Add table
Reference in a new issue