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

Unified Diff: ios/showcase/core/showcase_model.mm

Issue 2821263002: [Payment Request] Selector view controller in showcase (Closed)
Patch Set: Initial Created 3 years, 8 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/showcase/core/showcase_model.mm
diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
index 200d2eec9b6402caa6ed3d5b37993c33767d24f6..ee7d3da1b8a7996d1b79afaf07bacc119d12326e 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -42,6 +42,11 @@
showcase::kUseCaseKey : @"Payment request picker view",
},
@{
+ showcase::kClassForDisplayKey : @"PaymentRequestSelectorViewController",
+ showcase::kClassForInstantiationKey : @"SCPaymentsSelectorCoordinator",
+ showcase::kUseCaseKey : @"Payment request selector view",
+ },
+ @{
showcase::kClassForDisplayKey : @"RootContainerViewController",
showcase::kClassForInstantiationKey : @"SCRootCoordinator",
showcase::kUseCaseKey : @"Root container",
« no previous file with comments | « no previous file | ios/showcase/payments/BUILD.gn » ('j') | ios/showcase/payments/sc_payments_selector_coordinator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698