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

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

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

Powered by Google App Engine
This is Rietveld 408576698