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

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

Issue 2967113003: [ios showcase] Integrated TextBadgeView with Showcase. (Closed)
Patch Set: Fixed file names, egtest, and text badge initialization Created 3 years, 5 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 f9749499551664cd9adc44eb865f70bd6067b016..03108d0df3bc55f3a9bc9ec925d51c81142c0f0a 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -91,6 +91,11 @@
showcase::kClassForInstantiationKey : @"SCContentWidgetCoordinator",
showcase::kUseCaseKey : @"Content Widget",
},
+ @{
+ showcase::kClassForDisplayKey : @"TextBadgeView",
+ showcase::kClassForInstantiationKey : @"TextBadgeViewController",
edchin 2017/07/07 21:00:09 Update this as well.
helenlyang 2017/07/07 23:53:00 Done.
+ showcase::kUseCaseKey : @"Text badge view",
+ },
];
}

Powered by Google App Engine
This is Rietveld 408576698