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

Unified Diff: ios/showcase/suggestions/sc_suggestions_coordinator.mm

Issue 2638413006: Add ContentSuggestionsMediator (Closed)
Patch Set: Format Created 3 years, 11 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/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/suggestions/sc_suggestions_coordinator.mm
diff --git a/ios/showcase/suggestions/sc_suggestions_coordinator.mm b/ios/showcase/suggestions/sc_suggestions_coordinator.mm
index e014083cc9f22db3c8d44c405b2eb9bbdf68d934..332795cd2e0ddbb9eb5dbe3722c7292499c2a505 100644
--- a/ios/showcase/suggestions/sc_suggestions_coordinator.mm
+++ b/ios/showcase/suggestions/sc_suggestions_coordinator.mm
@@ -34,7 +34,8 @@
self.alerter.baseViewController = self.baseViewController;
_suggestionViewController = [[ContentSuggestionsViewController alloc]
- initWithStyle:CollectionViewControllerStyleDefault];
+ initWithStyle:CollectionViewControllerStyleDefault
+ dataSource:nil];
_suggestionViewController.suggestionCommandHandler =
reinterpret_cast<id<ContentSuggestionsCommands>>(self.alerter);
« no previous file with comments | « ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698