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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_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/new_tab_page_controller_unittest.mm
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm b/ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm
index 0c54bfe52ac90faa51448bd2db84da3eca89c54e..2314916466bf0a6f944a1ac9db346b815501ddf0 100644
--- a/ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm
@@ -102,7 +102,8 @@ class NewTabPageControllerTest : public BlockCleanupTest {
colorCache:nil
webToolbarDelegate:nil
tabModel:tabModel_
- parentViewController:parentViewController_];
+ parentViewController:parentViewController_
+ dispatcher:nil];
incognitoController_ = [[NewTabPageController alloc]
initWithUrl:url
@@ -114,7 +115,8 @@ class NewTabPageControllerTest : public BlockCleanupTest {
colorCache:nil
webToolbarDelegate:nil
tabModel:nil
- parentViewController:parentViewController_];
+ parentViewController:parentViewController_
+ dispatcher:nil];
};
void TearDown() override {
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_controller.mm ('k') | ios/chrome/browser/ui/ntp/new_tab_page_header_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698