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

Unified Diff: ios/chrome/browser/payments/payment_items_display_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_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 8938731bd3eb866b58d784b5e453e50b0b387d28..e6e233627db9fe5ca89d661ccdd0403e9a537549 100644
--- a/ios/chrome/browser/payments/payment_items_display_view_controller.h
+++ b/ios/chrome/browser/payments/payment_items_display_view_controller.h
@@ -11,6 +11,9 @@
#import "ios/chrome/browser/ui/collection_view/collection_view_controller.h"
#include "ios/web/public/payments/payment_request.h"
+// The accessibility identifiers of the cells in the collection view.
+extern NSString* const kPaymentItemsDisplayItemId;
+
@class PaymentItemsDisplayViewController;
// Protocol for communicating with the delegate supplied to

Powered by Google App Engine
This is Rietveld 408576698