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

Unified Diff: ios/web/public/test/web_test_with_web_state.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/web/public/test/web_test_with_web_state.mm
diff --git a/ios/web/public/test/web_test_with_web_state.mm b/ios/web/public/test/web_test_with_web_state.mm
index d82e1cca4f8b9e95273ba76f10e2969d9831e3f5..c704d647da97c95718c871176a1dd158cac043be 100644
--- a/ios/web/public/test/web_test_with_web_state.mm
+++ b/ios/web/public/test/web_test_with_web_state.mm
@@ -30,7 +30,7 @@ WebTestWithWebState::~WebTestWithWebState() {}
void WebTestWithWebState::SetUp() {
WebTest::SetUp();
std::unique_ptr<WebStateImpl> web_state(new WebStateImpl(GetBrowserState()));
- web_state->GetNavigationManagerImpl().InitializeSession(nil, NO);
+ web_state->GetNavigationManagerImpl().InitializeSession(NO);
web_state->SetWebUsageEnabled(true);
web_state_.reset(web_state.release());

Powered by Google App Engine
This is Rietveld 408576698