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

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

Issue 2651833002: [ios showcase]Configures Resource Bundle and adds Toolbar Coordinator (Closed)
Patch Set: Rebase Created 3 years, 11 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/core/main.mm ('k') | ios/showcase/settings/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 8576ae919a1622293915d3a2a94a565f312041f2..7aafb0c0fc571666956e9e5a197bbd57086400c3 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -18,7 +18,7 @@
return @[
@{
showcase::kClassForDisplayKey : @"SettingsViewController",
- showcase::kClassForInstantiationKey : @"SettingsCoordinator",
+ showcase::kClassForInstantiationKey : @"SCSettingsCoordinator",
showcase::kUseCaseKey : @"Main settings screen",
},
@{
@@ -46,6 +46,11 @@
showcase::kClassForInstantiationKey : @"SCTabStripCoordinator",
showcase::kUseCaseKey : @"Tab strip container",
},
+ @{
+ showcase::kClassForDisplayKey : @"ToolbarViewController",
+ showcase::kClassForInstantiationKey : @"SCToolbarCoordinator",
+ showcase::kUseCaseKey : @"Toolbar",
+ },
];
}
« no previous file with comments | « ios/showcase/core/main.mm ('k') | ios/showcase/settings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698