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

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

Issue 2345053006: Remove IsSynchronous API from NavigationHandle. (Closed)
Patch Set: Addressed review comments. Created 4 years, 2 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
« no previous file with comments | « content/public/browser/navigation_handle.h ('k') | content/test/test_render_frame_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..56041594fe20c80391b10ed8d67a63282d6f71be 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,
false); // started_from_context_menu
« no previous file with comments | « content/public/browser/navigation_handle.h ('k') | content/test/test_render_frame_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698