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

Unified Diff: content/common/navigation_params.cc

Issue 2449553002: Remove dead DocumentState metrics tracking code (Closed)
Patch Set: fix tests Created 4 years, 1 month 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/navigation_params.h ('k') | content/public/renderer/document_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigation_params.cc
diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
index 4a817d3dccdf6f428bdeb0c4161701a602a24465..d6d1eb1abaafe537f722ff4ff2a496ea0fdc7030 100644
--- a/content/common/navigation_params.cc
+++ b/content/common/navigation_params.cc
@@ -123,7 +123,6 @@ StartNavigationParams::~StartNavigationParams() {
RequestNavigationParams::RequestNavigationParams()
: is_overriding_user_agent(false),
can_load_local_resources(false),
- request_time(base::Time::Now()),
nav_entry_id(0),
is_same_document_history_load(false),
is_history_navigation_in_new_child(false),
@@ -142,7 +141,6 @@ RequestNavigationParams::RequestNavigationParams(
bool is_overriding_user_agent,
const std::vector<GURL>& redirects,
bool can_load_local_resources,
- base::Time request_time,
const PageState& page_state,
int nav_entry_id,
bool is_same_document_history_load,
@@ -159,7 +157,6 @@ RequestNavigationParams::RequestNavigationParams(
: is_overriding_user_agent(is_overriding_user_agent),
redirects(redirects),
can_load_local_resources(can_load_local_resources),
- request_time(request_time),
page_state(page_state),
nav_entry_id(nav_entry_id),
is_same_document_history_load(is_same_document_history_load),
« no previous file with comments | « content/common/navigation_params.h ('k') | content/public/renderer/document_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698