Index: content/browser/frame_host/navigator.h |
diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h |
index a69dfdf81288f65877c0a45eec14a44e8c425738..6726aec4b6d887d771bb9f809bd49e522201de50 100644 |
--- a/content/browser/frame_host/navigator.h |
+++ b/content/browser/frame_host/navigator.h |
@@ -129,7 +129,7 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> { |
// PlzNavigate |
// Used to start a new renderer-initiated navigation, following a |
// BeginNavigation IPC from the renderer. |
- virtual void OnBeginNavigation( |
+ virtual void RendererInitiatedNavigationRequest( |
FrameTreeNode* frame_tree_node, |
const CommonNavigationParams& common_params, |
const BeginNavigationParams& begin_params, |