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

Unified Diff: content/browser/frame_host/navigation_entry_impl.h

Issue 1310743003: Consistently use LoFi for an entire page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 5 years, 4 months 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
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.

Powered by Google App Engine
This is Rietveld 408576698