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

Unified Diff: ios/chrome/browser/ui/ntp/google_landing_mediator.h

Issue 2835033002: Revert of 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/google_landing_mediator.h
diff --git a/ios/chrome/browser/ui/ntp/google_landing_mediator.h b/ios/chrome/browser/ui/ntp/google_landing_mediator.h
index 6bfcfae82eda8edba969e370022d2f2f17a6295a..95112f9b5fd1387109e8c6eea2b896279fa60680 100644
--- a/ios/chrome/browser/ui/ntp/google_landing_mediator.h
+++ b/ios/chrome/browser/ui/ntp/google_landing_mediator.h
@@ -12,7 +12,6 @@
@protocol GoogleLandingConsumer;
@protocol OmniboxFocuser;
@protocol UrlLoader;
-class WebStateList;
namespace ios {
class ChromeBrowserState;
@@ -26,8 +25,7 @@
loader:(id<UrlLoader>)loader
focuser:(id<OmniboxFocuser>)focuser
webToolbarDelegate:(id<WebToolbarDelegate>)webToolbarDelegate
- webStateList:(WebStateList*)webStateList
- NS_DESIGNATED_INITIALIZER;
+ tabModel:(TabModel*)tabModel NS_DESIGNATED_INITIALIZER;
- (instancetype)init NS_UNAVAILABLE;
// Get the maximum number of sites shown.
« no previous file with comments | « ios/chrome/browser/ui/ntp/google_landing_data_source.h ('k') | ios/chrome/browser/ui/ntp/google_landing_mediator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698