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

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

Issue 2594023002: Simple strip container that can reveal/hide tab strip. (Closed)
Patch Set: Update import. Created 4 years 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/BUILD.gn ('k') | ios/showcase/strip/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 158a897fa5ed4bb44e620cb3d68f66b5735f7043..6185b5128a5f829d9d52c618aa5e539884c95c5a 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -36,6 +36,11 @@
showcase::kClassForInstantiationKey : @"SCTabGridCoordinator",
showcase::kUseCaseKey : @"Tab grid",
},
+ @{
+ showcase::kClassForDisplayKey : @"StripContainerViewController",
+ showcase::kClassForInstantiationKey : @"SCStripCoordinator",
+ showcase::kUseCaseKey : @"Tab strip container",
+ },
];
}
« no previous file with comments | « ios/showcase/BUILD.gn ('k') | ios/showcase/strip/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698