| Index: content/browser/frame_host/navigation_entry_impl.h
|
| diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h
|
| index 9bebe15caa60124aa973b032054b76ad856efe97..50c28272daf69cacd383fe5524653b96dc4e34d1 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -133,6 +133,7 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| StartNavigationParams ConstructStartNavigationParams() const;
|
| RequestNavigationParams ConstructRequestNavigationParams(
|
| base::TimeTicks navigation_start,
|
| + bool intended_as_new_entry,
|
| int pending_offset_to_send,
|
| int current_offset_to_send,
|
| int current_length_to_send) const;
|
|
|