Chromium Code Reviews| Index: content/public/browser/navigation_handle.cc |
| diff --git a/content/public/browser/navigation_handle.cc b/content/public/browser/navigation_handle.cc |
| index ec1f0215de682cd248c093e13c2ada4dc342f2e7..6f3a9cc0dfac0296844eba21aa7bb9657d913b57 100644 |
| --- a/content/public/browser/navigation_handle.cc |
| +++ b/content/public/browser/navigation_handle.cc |
| @@ -29,6 +29,7 @@ NavigationHandle::CreateNavigationHandleForTesting( |
| NavigationHandleImpl::Create( |
| url, static_cast<RenderFrameHostImpl*>(render_frame_host) |
| ->frame_tree_node(), |
| + false, // is_renderer_initiated |
|
Charlie Reis
2016/05/11 21:50:04
Would it cause any problems to make this default t
dominickn
2016/05/12 04:22:58
Happy to switch the default - I used false because
|
| false, // is_synchronous |
| false, // is_srcdoc |
| base::TimeTicks::Now(), 0); |