| Index: content/public/browser/navigation_handle.cc
|
| diff --git a/content/public/browser/navigation_handle.cc b/content/public/browser/navigation_handle.cc
|
| index 6e48416c704d051290050ce2058eb4ac0fb3db57..b6e90ba5af9146d2b5da6adaaa22b12365bbf8ca 100644
|
| --- a/content/public/browser/navigation_handle.cc
|
| +++ b/content/public/browser/navigation_handle.cc
|
| @@ -29,8 +29,9 @@ NavigationHandle::CreateNavigationHandleForTesting(
|
| net::Error error) {
|
| std::unique_ptr<NavigationHandleImpl> handle_impl =
|
| NavigationHandleImpl::Create(
|
| - url, static_cast<RenderFrameHostImpl*>(render_frame_host)
|
| - ->frame_tree_node(),
|
| + url, GURL(),
|
| + static_cast<RenderFrameHostImpl*>(render_frame_host)
|
| + ->frame_tree_node(),
|
| true, // is_renderer_initiated
|
| false, // is_synchronous
|
| false, // is_srcdoc
|
|
|