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

Unified Diff: ios/showcase/payments/sc_payments_selector_coordinator.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
« no previous file with comments | « ios/chrome/browser/ui/payments/shipping_option_selection_mediator.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/payments/sc_payments_selector_coordinator.mm
diff --git a/ios/showcase/payments/sc_payments_selector_coordinator.mm b/ios/showcase/payments/sc_payments_selector_coordinator.mm
index 5d905863d1074320bdb03d235bc61f3a143d5a7c..0f775a3592b984c388396e257f1b5298f4278585 100644
--- a/ios/showcase/payments/sc_payments_selector_coordinator.mm
+++ b/ios/showcase/payments/sc_payments_selector_coordinator.mm
@@ -69,6 +69,10 @@
#pragma mark - PaymentRequestSelectorViewControllerDataSource
+- (BOOL)allowsEditMode {
+ return NO;
+}
+
- (CollectionViewItem*)headerItem {
return [self createItemWithText:@"Header item"];
}
« no previous file with comments | « ios/chrome/browser/ui/payments/shipping_option_selection_mediator.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698