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

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

Issue 2712743005: Add NTPViewController to Showcase. (Closed)
Patch Set: Fix compile Created 3 years, 10 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 7aafb0c0fc571666956e9e5a197bbd57086400c3..460c8af1bccbf3e1b08b1a8e958c1ef3a736780c 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -51,6 +51,11 @@
showcase::kClassForInstantiationKey : @"SCToolbarCoordinator",
showcase::kUseCaseKey : @"Toolbar",
},
+ @{
+ showcase::kClassForDisplayKey : @"NTPViewController",
+ showcase::kClassForInstantiationKey : @"SCNTPCoordinator",
+ showcase::kUseCaseKey : @"NTP",
+ },
];
}

Powered by Google App Engine
This is Rietveld 408576698