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

Unified Diff: ios/chrome/browser/ui/autofill/cells/autofill_edit_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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/cells/accepted_payment_methods_item.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm
diff --git a/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm b/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm
index 94cf794704c448ba9f78a766732361d1e5f6fd23..f4d9655e101bc4e1b423a04dadfb0c0e62c233b7 100644
--- a/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm
+++ b/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm
@@ -113,9 +113,6 @@ const CGFloat kLabelAndFieldGap = 5;
// Card type icon.
_cardTypeIconView = [[UIImageView alloc] initWithFrame:CGRectZero];
- _cardTypeIconView.layer.borderColor =
- [UIColor colorWithWhite:0.9 alpha:1.0].CGColor;
- _cardTypeIconView.layer.borderWidth = 1.0;
_cardTypeIconView.translatesAutoresizingMaskIntoConstraints = NO;
[contentView addSubview:_cardTypeIconView];
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/cells/accepted_payment_methods_item.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698