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

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

Issue 2588913002: EarlGrey tests for Payment Request (base CL) (Closed)
Patch Set: Moved the experimental flag back to the BVC Created 3 years, 11 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_request_view_controller.h
diff --git a/ios/chrome/browser/payments/payment_request_view_controller.h b/ios/chrome/browser/payments/payment_request_view_controller.h
index 359216ec25b23f102aa582227bad64147ff3866b..6407441b9de474f0399b52826fab85560b8d7d4b 100644
--- a/ios/chrome/browser/payments/payment_request_view_controller.h
+++ b/ios/chrome/browser/payments/payment_request_view_controller.h
@@ -15,6 +15,8 @@ class AutofillProfile;
class CreditCard;
}
+extern NSString* const kPaymentRequestCollectionViewId;
+
@protocol PaymentRequestViewControllerDelegate<NSObject>
- (void)paymentRequestViewControllerDidCancel;
- (void)paymentRequestViewControllerDidConfirm;
« no previous file with comments | « ios/chrome/browser/payments/payment_request_utils.mm ('k') | ios/chrome/browser/payments/payment_request_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698