summaryrefslogtreecommitdiffstats
path: root/content/common/navigation_params.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/navigation_params.cc')
-rw-r--r--content/common/navigation_params.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
index 57149de..523a354 100644
--- a/content/common/navigation_params.cc
+++ b/content/common/navigation_params.cc
@@ -84,8 +84,6 @@ RequestNavigationParams::RequestNavigationParams()
can_load_local_resources(false),
request_time(base::Time::Now()),
page_id(-1),
- nav_entry_id(0),
- intended_as_new_entry(false),
pending_history_list_offset(-1),
current_history_list_offset(-1),
current_history_list_length(0),
@@ -100,8 +98,6 @@ RequestNavigationParams::RequestNavigationParams(
base::Time request_time,
const PageState& page_state,
int32 page_id,
- int nav_entry_id,
- bool intended_as_new_entry,
int pending_history_list_offset,
int current_history_list_offset,
int current_history_list_length,
@@ -113,8 +109,6 @@ RequestNavigationParams::RequestNavigationParams(
request_time(request_time),
page_state(page_state),
page_id(page_id),
- nav_entry_id(nav_entry_id),
- intended_as_new_entry(intended_as_new_entry),
pending_history_list_offset(pending_history_list_offset),
current_history_list_offset(current_history_list_offset),
current_history_list_length(current_history_list_length),