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

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

Issue 2829003002: Add CommandDispatcher to BrowserViewController. (Closed)
Patch Set: rohit comments 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_controller_unittest.mm
diff --git a/ios/chrome/browser/ui/ntp/google_landing_controller_unittest.mm b/ios/chrome/browser/ui/ntp/google_landing_controller_unittest.mm
index f8773537c3282b3c1acb39cad3427fcff8873a22..d61c87016c764dcbb2e267371380aeba8c18b697 100644
--- a/ios/chrome/browser/ui/ntp/google_landing_controller_unittest.mm
+++ b/ios/chrome/browser/ui/ntp/google_landing_controller_unittest.mm
@@ -59,12 +59,10 @@ class GoogleLandingControllerTest : public BlockCleanupTest {
controller_ = [[GoogleLandingController alloc] init];
webStateList_ = base::MakeUnique<WebStateList>(&webStateListDelegate_);
mediator_ = [[GoogleLandingMediator alloc]
- initWithConsumer:controller_
- browserState:chrome_browser_state_.get()
- loader:(id<UrlLoader>)mockUrlLoader_
- focuser:nil
- webToolbarDelegate:nil
- webStateList:webStateList_.get()];
+ initWithConsumer:controller_
+ browserState:chrome_browser_state_.get()
+ dispatcher:nil
+ webStateList:webStateList_.get()];
};
void TearDown() override { [mediator_ shutdown]; }
« no previous file with comments | « ios/chrome/browser/ui/ntp/google_landing_controller.mm ('k') | ios/chrome/browser/ui/ntp/google_landing_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698