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

Unified Diff: ios/chrome/browser/ui/payments/payment_request_selector_view_controller_unittest.mm

Issue 2938673003: [Payment Request] Selector view edit mode (Closed)
Patch Set: Addressed comments Created 3 years, 6 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/ui/payments/payment_request_selector_view_controller_unittest.mm
diff --git a/ios/chrome/browser/ui/payments/payment_request_selector_view_controller_unittest.mm b/ios/chrome/browser/ui/payments/payment_request_selector_view_controller_unittest.mm
index 304473deedb7aabddf5afca65227c698efeda514..f0b8b2685aac3581e6881d79847a030705676110 100644
--- a/ios/chrome/browser/ui/payments/payment_request_selector_view_controller_unittest.mm
+++ b/ios/chrome/browser/ui/payments/payment_request_selector_view_controller_unittest.mm
@@ -42,6 +42,10 @@
#pragma mark - PaymentRequestSelectorViewControllerDataSource
+- (BOOL)allowsEditMode {
+ return NO;
+}
+
- (CollectionViewItem*)headerItem {
return [[CollectionViewItem alloc] init];
}

Powered by Google App Engine
This is Rietveld 408576698