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

Unified Diff: ios/chrome/browser/ui/settings/material_cell_catalog_view_controller.mm

Issue 2911883002: [Payment Request] Renames a poorly named property of the AutofillEditItem. (Closed)
Patch Set: Initial 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 | « ios/chrome/browser/ui/settings/autofill_credit_card_edit_collection_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/settings/material_cell_catalog_view_controller.mm
diff --git a/ios/chrome/browser/ui/settings/material_cell_catalog_view_controller.mm b/ios/chrome/browser/ui/settings/material_cell_catalog_view_controller.mm
index 430bb298f1a137ca49835cdfa307562ac1159056..608b04b3e2b43b2bd8a99cf756c7108073e03a29 100644
--- a/ios/chrome/browser/ui/settings/material_cell_catalog_view_controller.mm
+++ b/ios/chrome/browser/ui/settings/material_cell_catalog_view_controller.mm
@@ -643,7 +643,7 @@ const CGFloat kCardIssuerNetworkIconDimension = 25.0;
int resourceID =
autofill::data_util::GetPaymentRequestData(autofill::kVisaCard)
.icon_resource_id;
- item.cardTypeIcon =
+ item.identifyingIcon =
ResizeImage(NativeImage(resourceID), CGSizeMake(30.0, 30.0),
ProjectionMode::kAspectFillNoClipping);
return item;
« no previous file with comments | « ios/chrome/browser/ui/settings/autofill_credit_card_edit_collection_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698