Index: content/browser/frame_host/render_frame_host_manager.cc |
diff --git a/content/browser/frame_host/render_frame_host_manager.cc b/content/browser/frame_host/render_frame_host_manager.cc |
index 952b0b0fd17d83e732369f61780de207194629c2..f621dbc1dd9e1aad426cc71ede4c83e68d2e7493 100644 |
--- a/content/browser/frame_host/render_frame_host_manager.cc |
+++ b/content/browser/frame_host/render_frame_host_manager.cc |
@@ -701,7 +701,8 @@ void RenderFrameHostManager::ResetProxyHosts() { |
} |
// PlzNavigate |
-void RenderFrameHostManager::BeginNavigation(const NavigationRequest& request) { |
+void RenderFrameHostManager::DidSetNavigationRequest( |
nasko
2015/06/12 17:22:22
nit: I don't have a great alternative for the name
carlosk
2015/06/15 19:11:54
I renamed the method to DidCreateNavigationRequest
nasko
2015/06/15 22:12:45
I think moving the SetNavigationRequest call to th
carlosk
2015/06/16 10:14:46
Moving the SetNavigationRequest call to the constr
|
+ const NavigationRequest& request) { |
CHECK(base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableBrowserSideNavigation)); |
// Clean up any state in case there's an ongoing navigation. |