| Index: components/autofill/core/browser/personal_data_manager.cc
|
| diff --git a/components/autofill/core/browser/personal_data_manager.cc b/components/autofill/core/browser/personal_data_manager.cc
|
| index 90d518cee052ab8a07a69ee7d1e44e68023c1a94..dd5baecd6b0ae209de2b5ef6dd44e767fa83e463 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.cc
|
| +++ b/components/autofill/core/browser/personal_data_manager.cc
|
| @@ -926,9 +926,9 @@ void PersonalDataManager::LoadProfiles() {
|
| pending_profiles_query_ = database_->GetAutofillProfiles(this);
|
| }
|
|
|
| -// Win, Linux, and iOS implementations do nothing. Mac and Android
|
| -// implementations fill in the contents of |auxiliary_profiles_|.
|
| -#if defined(OS_IOS) || (!defined(OS_MACOSX) && !defined(OS_ANDROID))
|
| +// Win, Linux, Android and iOS implementations do nothing. Mac implementation
|
| +// fills in the contents of |auxiliary_profiles_|.
|
| +#if defined(OS_IOS) || !defined(OS_MACOSX)
|
| void PersonalDataManager::LoadAuxiliaryProfiles(bool record_metrics) const {
|
| }
|
| #endif
|
|
|