Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index ed2d69879937c8f884fc67ae7a076421b7642425..d00353a641140b2deeade96931948e8ceddff3dd 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -654,13 +654,13 @@ class CONTENT_EXPORT RenderFrameImpl |
virtual scoped_ptr<MediaStreamRendererFactory> CreateRendererFactory(); |
// Checks that the RenderView is ready to display the navigation to |url|. If |
- // the return value is false, the navigation should be abandonned. |
+ // the return value is false, the navigation should be abandoned. |
bool PrepareRenderViewForNavigation( |
const GURL& url, |
FrameMsg_Navigate_Type::Value navigate_type, |
const PageState& state, |
- bool check_history, |
- int pending_history_list_offset, |
+ bool is_history_navigation, |
+ int current_history_list_offset, |
int32 page_id, |
bool* is_reload, |
blink::WebURLRequest::CachePolicy* cache_policy); |