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

Unified Diff: content/public/renderer/navigation_state.cc

Issue 1001043002: Refactor NavigationState to use NavigationParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 9 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/public/renderer/navigation_state.h ('k') | content/renderer/navigation_state_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1543da32dc3342dc0df2a9f38d2bc4936b2fce77 100644
--- a/content/public/renderer/navigation_state.cc
+++ b/content/public/renderer/navigation_state.cc
@@ -6,24 +6,6 @@
namespace content {
-NavigationState::NavigationState(ui::PageTransition transition_type,
- bool is_content_initiated,
- int32 pending_page_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_history_list_offset_(pending_history_list_offset),
- history_list_was_cleared_(history_list_was_cleared),
- should_replace_current_entry_(false),
- was_within_same_page_(false),
- transferred_request_child_id_(-1),
- transferred_request_request_id_(-1),
- allow_download_(true) {
-}
-
NavigationState::~NavigationState() {}
} // namespace content
« no previous file with comments | « content/public/renderer/navigation_state.h ('k') | content/renderer/navigation_state_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698