Chromium Code Reviews| 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", |
| + }, |
| ]; |
| } |