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

Unified Diff: content/common/navigation_params.h

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/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 d6a0b79be4263eb6a603266ddcbb8ab074fa7287..ec5ec419118524efed1c9ebb93fdd39c62d59a8a 100644
--- a/content/common/navigation_params.h
+++ b/content/common/navigation_params.h
@@ -217,7 +217,6 @@ struct CONTENT_EXPORT 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,
@@ -248,11 +247,6 @@ struct CONTENT_EXPORT RequestNavigationParams {
// resources.
bool can_load_local_resources;
- // The time the request was created. This is used by the old performance
- // infrastructure to set up DocumentState associated with the RenderView.
- // TODO(ppi): make it go away.
- base::Time request_time;
-
// Opaque history state (received by ViewHostMsg_UpdateState).
PageState page_state;
« 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