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

Unified Diff: ios/chrome/browser/tabs/tab_unittest.mm

Issue 2720983002: Remove windowName from CRWSessionController. (Closed)
Patch Set: Created 3 years, 10 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/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];

Powered by Google App Engine
This is Rietveld 408576698