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

Unified Diff: ios/web/shell/view_controller.mm

Issue 2665423002: Update web shell app to not load dev.chromium.org on launch. (Closed)
Patch Set: remove chrome code Created 3 years, 11 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/shell/test/earl_grey/shell_earl_grey.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « ios/web/shell/test/earl_grey/shell_earl_grey.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698