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

Unified Diff: ios/web/web_state/ui/crw_web_controller_unittest.mm

Issue 2755823002: Moved |openedByDOM| to WebState's CreateParams and public interface. (Closed)
Patch Set: BVC session controller cleanup 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
Index: ios/web/web_state/ui/crw_web_controller_unittest.mm
diff --git a/ios/web/web_state/ui/crw_web_controller_unittest.mm b/ios/web/web_state/ui/crw_web_controller_unittest.mm
index 8e78518b1bf310308d9177879cdc7f7d3e280661..0551ae80ccf0877607e48d3faa26080930553443 100644
--- a/ios/web/web_state/ui/crw_web_controller_unittest.mm
+++ b/ios/web/web_state/ui/crw_web_controller_unittest.mm
@@ -730,7 +730,6 @@ void SetUp() override {
void Load(const GURL& URL) {
NavigationManagerImpl& navigation_manager =
[web_controller() webStateImpl]->GetNavigationManagerImpl();
- navigation_manager.InitializeSession(NO);
navigation_manager.AddPendingItem(
URL, web::Referrer(), ui::PAGE_TRANSITION_TYPED,
web::NavigationInitiationType::USER_INITIATED);

Powered by Google App Engine
This is Rietveld 408576698