| 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 abff2f73c6aee6a09912daa5fe5fe5b36d3cd705..84bc856a931d4c0104177edc5cbadc90332ae438 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::DidCreateNavigationRequest(
|
| + const NavigationRequest& request) {
|
| CHECK(base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableBrowserSideNavigation));
|
| // Clean up any state in case there's an ongoing navigation.
|
|
|