| Index: chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| index c93e702862e9ba4b2a74dcda6fd74e43e7a719c8..6a814f652542c487c84d29ae2165df771dac9ac0 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| @@ -272,11 +272,6 @@ int AutofillPopupLayoutModel::GetIconResourceID(
|
| }
|
| }
|
|
|
| -#if defined(OS_ANDROID) && !defined(USE_AURA)
|
| - if (result == IDR_AUTOFILL_CC_SCAN_NEW && IsKeyboardAccessoryEnabled())
|
| - result = IDR_AUTOFILL_CC_SCAN_NEW_KEYBOARD_ACCESSORY;
|
| -#endif
|
| -
|
| return result;
|
| }
|
|
|
|
|