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

Unified Diff: content/common/navigation_params.cc

Issue 1415603018: OOPIF: Support session restore by combining/splitting frame states. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up and fix bugs Created 5 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/common/navigation_params.h ('k') | content/renderer/history_serialization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigation_params.cc
diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
index 790f2d2ec9f467fbeaf0eb441368903d09914e3c..5fe8617d629d3cb7caea5f000e2d9b637ac0a4c4 100644
--- a/content/common/navigation_params.cc
+++ b/content/common/navigation_params.cc
@@ -137,6 +137,7 @@ RequestNavigationParams::RequestNavigationParams(
bool can_load_local_resources,
base::Time request_time,
const PageState& page_state,
+ const ExplodedFrameState& frame_state,
int32 page_id,
int nav_entry_id,
bool is_same_document_history_load,
@@ -151,6 +152,7 @@ RequestNavigationParams::RequestNavigationParams(
can_load_local_resources(can_load_local_resources),
request_time(request_time),
page_state(page_state),
+ frame_state(frame_state),
page_id(page_id),
nav_entry_id(nav_entry_id),
is_same_document_history_load(is_same_document_history_load),
« no previous file with comments | « content/common/navigation_params.h ('k') | content/renderer/history_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698