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

Unified Diff: ios/chrome/browser/ui/payments/cells/accepted_payment_methods_item.mm

Issue 2883393003: [Payments] No longer resize Autofill assets in Payments/Autofill UI (Closed)
Patch Set: 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
Index: ios/chrome/browser/ui/payments/cells/accepted_payment_methods_item.mm
diff --git a/ios/chrome/browser/ui/payments/cells/accepted_payment_methods_item.mm b/ios/chrome/browser/ui/payments/cells/accepted_payment_methods_item.mm
index 5aa32a8952930023e1bec92dc658feea891b6dbc..c840d16a93f85d71c8b971d721ee97e3eefd14a1 100644
--- a/ios/chrome/browser/ui/payments/cells/accepted_payment_methods_item.mm
+++ b/ios/chrome/browser/ui/payments/cells/accepted_payment_methods_item.mm
@@ -45,9 +45,6 @@ const CGFloat kHorizontalSpacingBetweenIcons = 5;
[[UIImageView alloc] initWithFrame:CGRectZero];
methodTypeIconView.image = methodTypeIcon;
methodTypeIconView.accessibilityLabel = methodTypeIcon.accessibilityLabel;
- methodTypeIconView.layer.borderColor =
- [UIColor colorWithWhite:0.9 alpha:1.0].CGColor;
- methodTypeIconView.layer.borderWidth = 1.0;
[methodTypeIconViews addObject:methodTypeIconView];
}
cell.methodTypeIconViews = methodTypeIconViews;

Powered by Google App Engine
This is Rietveld 408576698