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

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

Issue 2651833002: [ios showcase]Configures Resource Bundle and adds Toolbar Coordinator (Closed)
Patch Set: Removes Application State dependency 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
Index: ios/showcase/core/showcase_model.mm
diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
index d9a87d5a5f0b4e51198a1513efa29a51532a11eb..299e4d92f001b0713638b70b53fb7776ffc18986 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",
+ },
];
}

Powered by Google App Engine
This is Rietveld 408576698