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

Unified Diff: content/public/browser/navigation_handle.cc

Issue 2345053006: Remove IsSynchronous API from NavigationHandle. (Closed)
Patch Set: Rebase. 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/public/browser/navigation_handle.cc
diff --git a/content/public/browser/navigation_handle.cc b/content/public/browser/navigation_handle.cc
index c8d2496d056a2d56138f57fe93e63443bfdc2943..c06601926e440664b6da32bab7f86699e372914f 100644
--- a/content/public/browser/navigation_handle.cc
+++ b/content/public/browser/navigation_handle.cc
@@ -32,7 +32,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);
handle_impl->set_render_frame_host(

Powered by Google App Engine
This is Rietveld 408576698