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 34e87d77eb51575f99710cab9a183d1f0c6d7cc5..a873a6571d5ee6fc1d0f853b639acbdf3ae26612 100644 |
--- a/ios/chrome/browser/tabs/tab_unittest.mm |
+++ b/ios/chrome/browser/tabs/tab_unittest.mm |
@@ -196,8 +196,7 @@ 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", |
- NO); |
+ web_state_impl->GetNavigationManagerImpl().InitializeSession(NO); |
web_state_impl_ = web_state_impl.get(); |
[[[static_cast<OCMockObject*>(mock_web_controller_) stub] |
andReturnValue:OCMOCK_VALUE(web_state_impl_)] webStateImpl]; |