| Index: ios/web/test/web_int_test.mm
|
| diff --git a/ios/web/test/web_int_test.mm b/ios/web/test/web_int_test.mm
|
| index edd8ad3d7d0376ed2bcec709f4aa51adf4f7c78b..e2dd64038a0234d5b93d4415098ca77f41afa008 100644
|
| --- a/ios/web/test/web_int_test.mm
|
| +++ b/ios/web/test/web_int_test.mm
|
| @@ -104,6 +104,7 @@ void WebIntTest::ExecuteBlockAndWaitForLoad(const GURL& url,
|
| void WebIntTest::LoadUrl(const GURL& url) {
|
| ExecuteBlockAndWaitForLoad(url, ^{
|
| web::NavigationManager::WebLoadParams params(url);
|
| + params.transition_type = ui::PageTransition::PAGE_TRANSITION_TYPED;
|
| navigation_manager()->LoadURLWithParams(params);
|
| });
|
| }
|
|
|