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

Unified Diff: ios/chrome/browser/ui/browser_view_controller.mm

Issue 2638413006: Add ContentSuggestionsMediator (Closed)
Patch Set: Fix 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
Index: ios/chrome/browser/ui/browser_view_controller.mm
diff --git a/ios/chrome/browser/ui/browser_view_controller.mm b/ios/chrome/browser/ui/browser_view_controller.mm
index 3db83f72c9ad0f966bdf0adceffa59a6bd33ea3e..656a093f359b7ccfb9ecb2efa23e71fc68f70569 100644
--- a/ios/chrome/browser/ui/browser_view_controller.mm
+++ b/ios/chrome/browser/ui/browser_view_controller.mm
@@ -4409,6 +4409,7 @@ class BrowserBookmarkModelBridge : public bookmarks::BookmarkModelObserver {
_contentSuggestionsCoordinator.reset([[ContentSuggestionsCoordinator alloc]
initWithBaseViewController:self]);
}
+ [_contentSuggestionsCoordinator setBrowserState:_browserState];
[_contentSuggestionsCoordinator start];
}

Powered by Google App Engine
This is Rietveld 408576698