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

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

Issue 2744823003: [Payment Request] Generic edit form (Closed)
Patch Set: rebase Created 3 years, 9 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/showcase/BUILD.gn ('k') | ios/showcase/payments/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/core/showcase_model.mm
diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
index 9e2edd93640d3ede15cc3ec97438b6c656c7d73b..99fc26262daae5b23237746741e5d617f9ea4c9a 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -51,6 +51,11 @@
showcase::kClassForInstantiationKey : @"SCToolbarCoordinator",
showcase::kUseCaseKey : @"Toolbar",
},
+ @{
+ showcase::kClassForDisplayKey : @"PaymentRequestEditViewController",
+ showcase::kClassForInstantiationKey : @"SCPaymentsEditorCoordinator",
+ showcase::kUseCaseKey : @"Generic payment request editor",
+ },
];
}
« no previous file with comments | « ios/showcase/BUILD.gn ('k') | ios/showcase/payments/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698