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

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

Issue 2619353004: Creates the Suggestions UI (Closed)
Patch Set: Address comments 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 6185b5128a5f829d9d52c618aa5e539884c95c5a..f2773118b54bd8de2182d8e7667bbb6700244748 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -22,6 +22,11 @@
showcase::kUseCaseKey : @"Main settings screen",
},
@{
+ showcase::kClassForDisplayKey : @"SuggestionViewController",
+ showcase::kClassForInstantiationKey : @"SCSuggestionsCoordinator",
+ showcase::kUseCaseKey : @"New Suggestion UI",
lpromero 2017/01/10 15:51:27 s/Suggestion/Suggestions? In the mindset of: "Sugg
gambard 2017/01/10 16:56:35 Done.
+ },
+ @{
showcase::kClassForDisplayKey : @"MenuViewController",
showcase::kClassForInstantiationKey : @"MenuViewController",
showcase::kUseCaseKey : @"Tools menu",

Powered by Google App Engine
This is Rietveld 408576698