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

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

Issue 2800313002: [ios] RootCoordinator and view controller. (Closed)
Patch Set: Unittests, showcase, and clean up. 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 a4ddad547ec279a2d06ae3c86d769f287c181345..83a4d18b7326e96841d4759a86a1cc4690dc7dd4 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -37,6 +37,11 @@
showcase::kUseCaseKey : @"Payment request picker view",
},
@{
+ showcase::kClassForDisplayKey : @"RootContainerViewController",
+ showcase::kClassForInstantiationKey : @"SCRootCoordinator",
+ showcase::kUseCaseKey : @"Root container",
+ },
+ @{
showcase::kClassForDisplayKey : @"SettingsViewController",
showcase::kClassForInstantiationKey : @"SCSettingsCoordinator",
showcase::kUseCaseKey : @"Main settings screen",

Powered by Google App Engine
This is Rietveld 408576698