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

Unified Diff: content/common/navigation_params.h

Issue 1157373002: Revert of Fix the commit type for out-of-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « content/common/frame_messages.h ('k') | content/common/navigation_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigation_params.h
diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h
index 805947112128c488e913acfe684a6239da38e244..90eb70eea510f864d13bb13e4dc942b7df3d05ca 100644
--- a/content/common/navigation_params.h
+++ b/content/common/navigation_params.h
@@ -170,7 +170,6 @@
const PageState& page_state,
int32 page_id,
int nav_entry_id,
- bool has_committed_real_load,
bool intended_as_new_entry,
int pending_history_list_offset,
int current_history_list_offset,
@@ -211,12 +210,6 @@
// is 0.) If the load succeeds, then this nav_entry_id will be reflected in
// the resulting FrameHostMsg_DidCommitProvisionalLoad message.
int nav_entry_id;
-
- // Whether the frame being navigated has already committed a real page, which
- // affects how new navigations are classified in the renderer process.
- // This currently is only ever set to true in --site-per-process mode.
- // TODO(creis): Create FrameNavigationEntries by default so this always works.
- bool has_committed_real_load;
// For browser-initiated navigations, this is true if this is a new entry
// being navigated to. This is false otherwise. TODO(avi): Remove this when
« no previous file with comments | « content/common/frame_messages.h ('k') | content/common/navigation_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698