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

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

Issue 2744823003: [Payment Request] Generic edit form (Closed)
Patch Set: Generic edit form + showCase 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
Index: ios/showcase/core/showcase_model.mm
diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
index 7aafb0c0fc571666956e9e5a197bbd57086400c3..a753a255ba647c694bf2a149d044dad76547af84 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",
+ },
];
}

Powered by Google App Engine
This is Rietveld 408576698