| Index: components/autofill/core/browser/autofill_manager.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
|
| index 5e1dfb04fef8283da8d8d466d82a9d93714cd65a..14a28b10e54d75a27f54951b2df7d90f87c558fd 100644
|
| --- a/components/autofill/core/browser/autofill_manager.cc
|
| +++ b/components/autofill/core/browser/autofill_manager.cc
|
| @@ -225,6 +225,9 @@ void AutofillManager::RegisterProfilePrefs(
|
| prefs::kAutofillEnabled,
|
| true,
|
| user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
|
| + registry->RegisterBooleanPref(
|
| + prefs::kAutofillProfileUseDatesFixed, false,
|
| + user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
|
| // These choices are made on a per-device basis, so they're not syncable.
|
| registry->RegisterBooleanPref(prefs::kAutofillWalletImportEnabled, true);
|
| registry->RegisterBooleanPref(
|
|
|