| Index: components/browser_sync/browser/profile_sync_service.cc
|
| diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
|
| index 67987b2348c70369507d179cfeae8377e4e474f4..8843d74fd45e5b7eae8ecf92a2a926567c678645 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service.cc
|
| @@ -1024,9 +1024,6 @@ void ProfileSyncService::OnExperimentsChanged(
|
| sync_client_->GetPrefService()->SetBoolean(
|
| invalidation::prefs::kInvalidationServiceUseGCMChannel,
|
| experiments.gcm_invalidations_enabled);
|
| - sync_client_->GetPrefService()->SetBoolean(
|
| - autofill::prefs::kAutofillWalletSyncExperimentEnabled,
|
| - experiments.wallet_sync_enabled);
|
| }
|
|
|
| void ProfileSyncService::UpdateAuthErrorState(const AuthError& error) {
|
|
|