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

Unified Diff: ios/web/net/crw_ssl_status_updater_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/session_storage_builder.mm ('k') | ios/web/public/crw_session_storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/crw_ssl_status_updater_unittest.mm
diff --git a/ios/web/net/crw_ssl_status_updater_unittest.mm b/ios/web/net/crw_ssl_status_updater_unittest.mm
index e7fe2f2876c48cf31f0aa581b9121271e992bcdc..329a0d64612aa380f166c0431cd64ab0d7193ae5 100644
--- a/ios/web/net/crw_ssl_status_updater_unittest.mm
+++ b/ios/web/net/crw_ssl_status_updater_unittest.mm
@@ -105,10 +105,9 @@ class CRWSSLStatusUpdaterTest : public web::WebTest {
CRWSessionController* SessionControllerWithEntry(std::string item_url_spec) {
std::vector<std::unique_ptr<web::NavigationItem>> nav_items;
base::scoped_nsobject<CRWSessionController> session_controller(
- [[CRWSessionController alloc]
- initWithNavigationItems:std::move(nav_items)
- currentIndex:0
- browserState:GetBrowserState()]);
+ [[CRWSessionController alloc] initWithBrowserState:GetBrowserState()
+ navigationItems:std::move(nav_items)
+ currentIndex:0]);
[session_controller
addPendingItem:GURL(item_url_spec)
referrer:Referrer()
« no previous file with comments | « ios/web/navigation/session_storage_builder.mm ('k') | ios/web/public/crw_session_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698