| 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 8aec8152ba7561bee1a805969ab86ce73b054a3b..7c11a7477f3cc6f4ffafffd245eb0f2356564961 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -13,6 +13,7 @@
|
| #include "content/browser/frame_host/frame_tree_node.h"
|
| #include "content/browser/site_instance_impl.h"
|
| #include "content/common/frame_message_enums.h"
|
| +#include "content/common/navigation_params.h"
|
| #include "content/public/browser/favicon_status.h"
|
| #include "content/public/browser/global_request_id.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| @@ -21,7 +22,6 @@
|
|
|
| namespace content {
|
| struct CommonNavigationParams;
|
| -struct RequestNavigationParams;
|
| struct StartNavigationParams;
|
|
|
| class CONTENT_EXPORT NavigationEntryImpl
|
| @@ -157,7 +157,8 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| bool intended_as_new_entry,
|
| int pending_offset_to_send,
|
| int current_offset_to_send,
|
| - int current_length_to_send) const;
|
| + int current_length_to_send,
|
| + LoFiState lofi_state) const;
|
|
|
| // Once a navigation entry is committed, we should no longer track several
|
| // pieces of non-persisted state, as documented on the members below.
|
|
|