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

Unified Diff: content/public/renderer/navigation_state.cc

Issue 8669014: Fix a bug where redirect chain gets lost on process swap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: conditional disabling Created 9 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
« no previous file with comments | « content/public/renderer/navigation_state.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/navigation_state.cc
diff --git a/content/public/renderer/navigation_state.cc b/content/public/renderer/navigation_state.cc
index b69518f89369a0956193801bc9988c33f8ae8770..2c70bb7b922867ce79ff163e75ce23e674199a7b 100644
--- a/content/public/renderer/navigation_state.cc
+++ b/content/public/renderer/navigation_state.cc
@@ -15,7 +15,9 @@ NavigationState::NavigationState(content::PageTransition transition_type,
is_content_initiated_(is_content_initiated),
pending_page_id_(pending_page_id),
pending_history_list_offset_(pending_history_list_offset),
- was_within_same_page_(false) {
+ was_within_same_page_(false),
+ transferred_request_child_id_(-1),
+ transferred_request_request_id_(-1) {
}
NavigationState::~NavigationState() {}
« no previous file with comments | « content/public/renderer/navigation_state.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698