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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_controller.mm

Issue 2833513002: Replace TabModel with WebStateList in GoogleLandingController. (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
Index: ios/chrome/browser/ui/ntp/new_tab_page_controller.mm
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_controller.mm b/ios/chrome/browser/ui/ntp/new_tab_page_controller.mm
index 33f546cdde890d5c003755c7ec6cef96aeae43a5..29dbba430dcf259582391ecd4e91a2bd7af66467 100644
--- a/ios/chrome/browser/ui/ntp/new_tab_page_controller.mm
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_controller.mm
@@ -543,7 +543,7 @@ enum {
loader:loader_
focuser:focuser_
webToolbarDelegate:webToolbarDelegate_
- tabModel:tabModel_]);
+ webStateList:[tabModel_ webStateList]]);
[googleLandingController_ setDataSource:googleLandingMediator_];
}
panelController = googleLandingController_;

Powered by Google App Engine
This is Rietveld 408576698