| 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 dcf42475ce7723add5e3f6d31b9f63143d3fe475..487248fba6fdda38fb06cfa215aecb70cb0b4acf 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -464,9 +464,9 @@ bool AutofillPopupControllerImpl::HasSuggestions() {
|
| if (suggestions_.empty())
|
| return false;
|
| int id = suggestions_[0].frontend_id;
|
| - return id > 0 ||
|
| - id == POPUP_ITEM_ID_AUTOCOMPLETE_ENTRY ||
|
| + return id > 0 || id == POPUP_ITEM_ID_AUTOCOMPLETE_ENTRY ||
|
| id == POPUP_ITEM_ID_PASSWORD_ENTRY ||
|
| + id == POPUP_ITEM_ID_USERNAME_ENTRY ||
|
| id == POPUP_ITEM_ID_DATALIST_ENTRY ||
|
| id == POPUP_ITEM_ID_SCAN_CREDIT_CARD;
|
| }
|
|
|