Index: content/public/browser/navigation_handle.cc |
diff --git a/content/public/browser/navigation_handle.cc b/content/public/browser/navigation_handle.cc |
index 723593a78b95ca12122003d5cd25bd44c8b8ccd9..076d048a2999b8216c625565c85c1ffbd837ab5b 100644 |
--- a/content/public/browser/navigation_handle.cc |
+++ b/content/public/browser/navigation_handle.cc |
@@ -30,7 +30,7 @@ NavigationHandle::CreateNavigationHandleForTesting( |
url, static_cast<RenderFrameHostImpl*>(render_frame_host) |
->frame_tree_node(), |
true, // is_renderer_initiated |
- false, // is_synchronous |
+ false, // is_same_page |
false, // is_srcdoc |
base::TimeTicks::Now(), 0); |
return std::unique_ptr<NavigationHandle>(std::move(handle_impl)); |