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

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

Issue 979443002: PlzNavigate: send history params at commit time to the renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments Created 5 years, 10 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/browser/frame_host/render_frame_host_impl.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_frame_host_manager_unittest.cc
diff --git a/content/browser/frame_host/render_frame_host_manager_unittest.cc b/content/browser/frame_host/render_frame_host_manager_unittest.cc
index 23abd2af3c7a6b1b5c31a2658d468b6d516f2269..e508b9451e976f5ed13888a09c2fc05aba7e8de1 100644
--- a/content/browser/frame_host/render_frame_host_manager_unittest.cc
+++ b/content/browser/frame_host/render_frame_host_manager_unittest.cc
@@ -381,9 +381,9 @@ class RenderFrameHostManagerTest : public RenderViewHostImplTestHarness {
if (base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableBrowserSideNavigation)) {
scoped_ptr<NavigationRequest> navigation_request =
- NavigationRequest::CreateBrowserInitiated(
- manager->frame_tree_node_, entry, FrameMsg_Navigate_Type::NORMAL,
- base::TimeTicks::Now());
+ NavigationRequest::CreateBrowserInitiated(
+ manager->frame_tree_node_, entry, FrameMsg_Navigate_Type::NORMAL,
+ base::TimeTicks::Now(), HistoryNavigationParams());
return manager->GetFrameHostForNavigation(*navigation_request);
}
return manager->Navigate(entry);
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698