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

Unified Diff: ios/web/navigation/navigation_manager_impl_unittest.mm

Issue 2720983002: Remove windowName from CRWSessionController. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « ios/web/navigation/navigation_manager_impl.mm ('k') | ios/web/navigation/session_storage_builder.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/navigation_manager_impl_unittest.mm
diff --git a/ios/web/navigation/navigation_manager_impl_unittest.mm b/ios/web/navigation/navigation_manager_impl_unittest.mm
index cf50b78060162964c722240cef00ecc2fc3602c5..bc7a4e0af23dc960833ef2be7923f026a71a5de2 100644
--- a/ios/web/navigation/navigation_manager_impl_unittest.mm
+++ b/ios/web/navigation/navigation_manager_impl_unittest.mm
@@ -33,9 +33,8 @@ class NavigationManagerTest : public PlatformTest {
manager_->SetDelegate(&delegate_);
manager_->SetBrowserState(&browser_state_);
controller_.reset([[CRWSessionController alloc]
- initWithWindowName:nil
- openedByDOM:NO
- browserState:&browser_state_]);
+ initWithBrowserState:&browser_state_
+ openedByDOM:NO]);
manager_->SetSessionController(controller_.get());
}
CRWSessionController* session_controller() { return controller_.get(); }
« no previous file with comments | « ios/web/navigation/navigation_manager_impl.mm ('k') | ios/web/navigation/session_storage_builder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698