| Index: content/public/renderer/navigation_state.cc
|
| diff --git a/content/public/renderer/navigation_state.cc b/content/public/renderer/navigation_state.cc
|
| index e5f91fa8186ee5080a49c9dcb897cceb2322c775..361a6daf5cb8309b2b230695f73fbd4f239f66fe 100644
|
| --- a/content/public/renderer/navigation_state.cc
|
| +++ b/content/public/renderer/navigation_state.cc
|
| @@ -9,12 +9,14 @@ namespace content {
|
| NavigationState::NavigationState(ui::PageTransition transition_type,
|
| bool is_content_initiated,
|
| int32 pending_page_id,
|
| + int pending_nav_entry_id,
|
| int pending_history_list_offset,
|
| bool history_list_was_cleared)
|
| : transition_type_(transition_type),
|
| request_committed_(false),
|
| is_content_initiated_(is_content_initiated),
|
| pending_page_id_(pending_page_id),
|
| + pending_nav_entry_id_(pending_nav_entry_id),
|
| pending_history_list_offset_(pending_history_list_offset),
|
| history_list_was_cleared_(history_list_was_cleared),
|
| should_replace_current_entry_(false),
|
|
|