| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| index ae0a5f29771f936724431102b85990b3476c863d..b9458b8a2df0766cc3b952086cf88255c39be762 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -530,7 +530,8 @@ bool AutofillPopupControllerImpl::HasSuggestions() {
|
| (identifiers_[0] > 0 ||
|
| identifiers_[0] == POPUP_ITEM_ID_AUTOCOMPLETE_ENTRY ||
|
| identifiers_[0] == POPUP_ITEM_ID_PASSWORD_ENTRY ||
|
| - identifiers_[0] == POPUP_ITEM_ID_DATALIST_ENTRY);
|
| + identifiers_[0] == POPUP_ITEM_ID_DATALIST_ENTRY ||
|
| + identifiers_[0] == POPUP_ITEM_ID_MAC_ACCESS_CONTACTS);
|
| }
|
|
|
| void AutofillPopupControllerImpl::SetValues(
|
|
|