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

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

Issue 2755823002: Moved |openedByDOM| to WebState's CreateParams and public interface. (Closed)
Patch Set: . Created 3 years, 9 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 6869947ef1ba7386140ac767cdf2c285002aeaf0..5559662a8a7a958d9b6c251a91e6a766951a7c06 100644
--- a/ios/web/navigation/navigation_manager_impl_unittest.mm
+++ b/ios/web/navigation/navigation_manager_impl_unittest.mm
@@ -34,9 +34,8 @@ void OnNavigationItemCommitted(const LoadCommittedDetails&) override {}
NavigationManagerTest() : manager_(new NavigationManagerImpl()) {
manager_->SetDelegate(&delegate_);
manager_->SetBrowserState(&browser_state_);
- controller_.reset([[CRWSessionController alloc]
- initWithBrowserState:&browser_state_
- openedByDOM:NO]);
+ controller_.reset(
+ [[CRWSessionController alloc] initWithBrowserState:&browser_state_]);
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