Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1182)

Unified Diff: chrome/browser/ui/views/payments/payment_request_views_util.cc

Issue 2889453004: [Payments] Use Autofill card assets for Payment Request (Closed)
Patch Set: different amex icon Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_data_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/payments/payment_request_views_util.cc
diff --git a/chrome/browser/ui/views/payments/payment_request_views_util.cc b/chrome/browser/ui/views/payments/payment_request_views_util.cc
index ae5c5918ce979641c930a5732fc5c576d847ddd8..7d8ffd8bd936be025a91c257c95cba06509fd88e 100644
--- a/chrome/browser/ui/views/payments/payment_request_views_util.cc
+++ b/chrome/browser/ui/views/payments/payment_request_views_util.cc
@@ -246,9 +246,6 @@ std::unique_ptr<views::ImageView> CreateInstrumentIconView(
.GetImageNamed(icon_resource_id)
.AsImageSkia());
card_icon_view->SetTooltipText(tooltip_text);
- card_icon_view->SetBorder(views::CreateRoundedRectBorder(
blundell 2017/05/17 09:04:30 are you sure that there shouldn't be a correspondi
- 1, 3, card_icon_view->GetNativeTheme()->GetSystemColor(
- ui::NativeTheme::kColorId_UnfocusedBorderColor)));
return card_icon_view;
}
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_data_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698