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

Unified Diff: content/browser/frame_host/render_frame_host_impl.cc

Issue 2345053006: Remove IsSynchronous API from NavigationHandle. (Closed)
Patch Set: Remove about:blank check. Created 4 years, 3 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
Index: content/browser/frame_host/render_frame_host_impl.cc
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
index 01bf05f44b1f5af42dec7efc152ff2bc1a5ddd88..c4bde52b03e176055416144e456672353cfbf9bd 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -1218,7 +1218,7 @@ void RenderFrameHostImpl::OnDidCommitProvisionalLoad(const IPC::Message& msg) {
navigation_handle_ = NavigationHandleImpl::Create(
validated_params.url, frame_tree_node_,
is_renderer_initiated,
- true, // is_synchronous
+ validated_params.was_within_same_page,
validated_params.is_srcdoc, base::TimeTicks::Now(),
entry_id_for_data_nav);
// PlzNavigate

Powered by Google App Engine
This is Rietveld 408576698