Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 14528ab46b5e7d1835c999ebe789797315bb4ea7..d4ff2e54f5ab4dd930e9891741f8ddedc0f62be9 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -653,13 +653,11 @@ 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, |
int32 page_id, |
bool* is_reload, |
blink::WebURLRequest::CachePolicy* cache_policy); |