| 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 2e21fe04a3af18087b29272e7a934a8706b2c340..cdf963fd316b1e7ef83a959e569b8d55b85489d2 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -382,10 +382,6 @@ bool AutofillPopupControllerImpl::RemoveSuggestion(int list_index) {
|
| SkColor AutofillPopupControllerImpl::GetBackgroundColorForRow(int index) const {
|
| if (index == selected_line_)
|
| return kHoveredBackgroundColor;
|
| - if (suggestions_[index].frontend_id ==
|
| - POPUP_ITEM_ID_CREDIT_CARD_SIGNIN_PROMO) {
|
| - return kPromoPopupBackground;
|
| - }
|
|
|
| return SK_ColorTRANSPARENT;
|
| }
|
|
|