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

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

Issue 2778343002: [Payment Request] Picker view + showcase integration + egtests (Closed)
Patch Set: Initial 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 1afc705764b98c29bb659d67d02e08b09bf0155f..63602df7693ce5ca061f9ead9856c39805729fde 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -32,6 +32,11 @@
showcase::kUseCaseKey : @"Generic payment request editor",
},
@{
+ showcase::kClassForDisplayKey : @"PaymentRequestPickerViewController",
+ showcase::kClassForInstantiationKey : @"SCPaymentsPickerCoordinator",
+ showcase::kUseCaseKey : @"Payment request picker view",
+ },
+ @{
showcase::kClassForDisplayKey : @"SettingsViewController",
showcase::kClassForInstantiationKey : @"SCSettingsCoordinator",
showcase::kUseCaseKey : @"Main settings screen",

Powered by Google App Engine
This is Rietveld 408576698