| Index: chrome/browser/autofill/personal_data_manager.cc
|
| diff --git a/chrome/browser/autofill/personal_data_manager.cc b/chrome/browser/autofill/personal_data_manager.cc
|
| index 685e82dda98338f9fca14389f60ccaf0f96e83b7..4dadd32ae9cb9b02efec801badf244967bac8607 100644
|
| --- a/chrome/browser/autofill/personal_data_manager.cc
|
| +++ b/chrome/browser/autofill/personal_data_manager.cc
|
| @@ -850,9 +850,9 @@ void PersonalDataManager::LoadProfiles() {
|
| pending_profiles_query_ = autofill_data->GetAutofillProfiles(this);
|
| }
|
|
|
| -// Win and Linux implementations do nothing. Mac implementation fills in the
|
| -// contents of |auxiliary_profiles_|.
|
| -#if !defined(OS_MACOSX)
|
| +// Win and Linux implementations do nothing. Mac and Android implementations
|
| +// fill in the contents of |auxiliary_profiles_|.
|
| +#if !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| void PersonalDataManager::LoadAuxiliaryProfiles() {
|
| }
|
| #endif
|
|
|