| Index: content/browser/frame_host/navigator.cc
|
| diff --git a/content/browser/frame_host/navigator.cc b/content/browser/frame_host/navigator.cc
|
| index 774b8c5c55019841a59c11f117dac8d65c491702..00e193fc747bfc721d496f4ced08e26d799dcb80 100644
|
| --- a/content/browser/frame_host/navigator.cc
|
| +++ b/content/browser/frame_host/navigator.cc
|
| @@ -15,7 +15,7 @@ NavigationController* Navigator::GetController() {
|
| }
|
|
|
| bool Navigator::NavigateToPendingEntry(
|
| - RenderFrameHostImpl* render_frame_host,
|
| + FrameTreeNode* frame_tree_node,
|
| NavigationController::ReloadType reload_type) {
|
| return false;
|
| }
|
|
|