| Index: ios/chrome/browser/tabs/tab_unittest.mm
|
| diff --git a/ios/chrome/browser/tabs/tab_unittest.mm b/ios/chrome/browser/tabs/tab_unittest.mm
|
| index 1136415493f190801421ef8b94cb97e5c989ca29..34e87d77eb51575f99710cab9a183d1f0c6d7cc5 100644
|
| --- a/ios/chrome/browser/tabs/tab_unittest.mm
|
| +++ b/ios/chrome/browser/tabs/tab_unittest.mm
|
| @@ -196,8 +196,8 @@ class TabTest : public BlockCleanupTest {
|
| [OCMockObject niceMockForClass:[CRWWebController class]];
|
| auto web_state_impl = base::MakeUnique<WebStateImpl>(browser_state);
|
| web_state_impl->SetWebController(mock_web_controller_);
|
| - web_state_impl->GetNavigationManagerImpl().InitializeSession(
|
| - @"window1", @"opener", NO, 0);
|
| + web_state_impl->GetNavigationManagerImpl().InitializeSession(@"window1",
|
| + NO);
|
| web_state_impl_ = web_state_impl.get();
|
| [[[static_cast<OCMockObject*>(mock_web_controller_) stub]
|
| andReturnValue:OCMOCK_VALUE(web_state_impl_)] webStateImpl];
|
|
|