| Index: ios/web/shell/view_controller.mm
|
| diff --git a/ios/web/shell/view_controller.mm b/ios/web/shell/view_controller.mm
|
| index c4a0d068cf6bc41907094d731714efbe44ff6a30..31d6e5f6a976276d726d71559fdcffb3f29a5067 100644
|
| --- a/ios/web/shell/view_controller.mm
|
| +++ b/ios/web/shell/view_controller.mm
|
| @@ -136,10 +136,6 @@ using web::NavigationManager;
|
| UIView* view = _webState->GetView();
|
| [view setFrame:[_containerView bounds]];
|
| [_containerView addSubview:view];
|
| -
|
| - NavigationManager::WebLoadParams params(GURL("https://dev.chromium.org/"));
|
| - params.transition_type = ui::PAGE_TRANSITION_TYPED;
|
| - self.navigationManager->LoadURLWithParams(params);
|
| }
|
|
|
| - (NavigationManager*)navigationManager {
|
|
|