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

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

Issue 2810403003: Add unit test and showcase support for search widget. (Closed)
Patch Set: nits Created 3 years, 8 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/BUILD.gn ('k') | no next file » | 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 ee7d3da1b8a7996d1b79afaf07bacc119d12326e..ded20c104143a4e63766272964d968c9fd69b651 100644
--- a/ios/showcase/core/showcase_model.mm
+++ b/ios/showcase/core/showcase_model.mm
@@ -81,6 +81,11 @@
showcase::kClassForInstantiationKey : @"UIKitTableViewCellViewController",
showcase::kUseCaseKey : @"UIKit Table Cells",
},
+ @{
+ showcase::kClassForDisplayKey : @"SearchWidgetViewController",
+ showcase::kClassForInstantiationKey : @"SearchWidgetViewController",
+ showcase::kUseCaseKey : @"Search Widget",
+ },
];
}
« no previous file with comments | « ios/showcase/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698