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

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
« no previous file with comments | « ios/showcase/core/BUILD.gn ('k') | ios/showcase/suggestions/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 6185b5128a5f829d9d52c618aa5e539884c95c5a..f3b4c674bf3e7d887a2b1fcd7d27b8f3fe8ccf31 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 : @"SuggestionsViewController",
+ showcase::kClassForInstantiationKey : @"SCSuggestionsCoordinator",
+ showcase::kUseCaseKey : @"New Suggestions UI",
+ },
+ @{
showcase::kClassForDisplayKey : @"MenuViewController",
showcase::kClassForInstantiationKey : @"MenuViewController",
showcase::kUseCaseKey : @"Tools menu",
« no previous file with comments | « ios/showcase/core/BUILD.gn ('k') | ios/showcase/suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698