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

Unified Diff: ios/web/public/payments/payment_request.h

Issue 2560583002: Strings related to the shipping address in payment summary view and address selection view. (Closed)
Patch Set: Addressed comments by jdonnelly@ Created 4 years 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/web/payments/payment_request_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/payments/payment_request.h
diff --git a/ios/web/public/payments/payment_request.h b/ios/web/public/payments/payment_request.h
index d295c2fd5e03c5b023ea4768c816003bce77ea67..62cc49e87064d23e47f3e2e04f4bb94f390a1195 100644
--- a/ios/web/public/payments/payment_request.h
+++ b/ios/web/public/payments/payment_request.h
@@ -278,7 +278,7 @@ class PaymentRequest {
bool FromDictionaryValue(const base::DictionaryValue& value);
// Properties set in order to communicate user choices back to the page.
- PaymentAddress payment_address;
+ PaymentAddress shipping_address;
base::string16 shipping_option;
// Properties set via the constructor for communicating from the page to the
« no previous file with comments | « ios/web/payments/payment_request_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698