You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
599 B
11 lines
599 B
--- a/components/signin/internal/identity_manager/primary_account_manager.cc
|
|
+++ b/components/signin/internal/identity_manager/primary_account_manager.cc
|
|
@@ -170,7 +170,7 @@ void PrimaryAccountManager::SetSyncPrimaryAccountInternal(
|
|
std::string pref_account_id =
|
|
client_->GetPrefs()->GetString(prefs::kGoogleServicesAccountId);
|
|
bool consented_to_sync =
|
|
- client_->GetPrefs()->GetBoolean(prefs::kGoogleServicesConsentedToSync);
|
|
+ false;
|
|
|
|
DCHECK(pref_account_id.empty() || !consented_to_sync ||
|
|
pref_account_id == account_info.account_id.ToString())
|
|
|