Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1524)

Unified Diff: content/renderer/render_frame_impl.h

Issue 743803002: Avoid stale navigation requests without excessive page id knowledge in the renderer process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more saving Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698