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

Unified Diff: ios/chrome/browser/payments/payment_items_display_view_controller.h

Issue 2701923003: [Payment Request] Error message screen (Closed)
Patch Set: rebase Created 3 years, 10 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/payments/payment_items_display_view_controller.h
diff --git a/ios/chrome/browser/payments/payment_items_display_view_controller.h b/ios/chrome/browser/payments/payment_items_display_view_controller.h
index 6d099c593289d20a2c4a280643159c89d73520a8..3d98fc608c8dc419e46cb80886fce35153520d0e 100644
--- a/ios/chrome/browser/payments/payment_items_display_view_controller.h
+++ b/ios/chrome/browser/payments/payment_items_display_view_controller.h
@@ -13,7 +13,7 @@
#include "ios/web/public/payments/payment_request.h"
// The accessibility identifiers of the cells in the collection view.
-extern NSString* const kPaymentItemsDisplayItemId;
+extern NSString* const kPaymentItemsDisplayItemID;
@class PaymentItemsDisplayViewController;
@@ -38,8 +38,8 @@ extern NSString* const kPaymentItemsDisplayItemId;
// The delegate to be notified when the user selects touches the return button
// or the pay button.
-@property(nonatomic, weak) id<PaymentItemsDisplayViewControllerDelegate>
- delegate;
+@property(nonatomic, weak)
+ id<PaymentItemsDisplayViewControllerDelegate> delegate;
// Initializes this object with an instance of PaymentRequest which owns an
// instance of web::PaymentRequest as provided by the page invoking the Payment

Powered by Google App Engine
This is Rietveld 408576698