diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/ui/autofill/autofill_popup_controller_impl.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc index abea424..a8331e7 100644 --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc @@ -565,7 +565,8 @@ bool AutofillPopupControllerImpl::HasSuggestions() { id == POPUP_ITEM_ID_AUTOCOMPLETE_ENTRY || id == POPUP_ITEM_ID_PASSWORD_ENTRY || id == POPUP_ITEM_ID_DATALIST_ENTRY || - id == POPUP_ITEM_ID_MAC_ACCESS_CONTACTS; + id == POPUP_ITEM_ID_MAC_ACCESS_CONTACTS || + id == POPUP_ITEM_ID_SCAN_CREDIT_CARD; } void AutofillPopupControllerImpl::SetValues( |