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

Unified Diff: content/browser/frame_host/navigation_request.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/browser/frame_host/navigation_entry_impl.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigation_request.cc
diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
index 658d4e342370c63eb5b0f91ee2553a6206e4705a..8feb8e20b4703844c6e6de8b98378b9c01a30f04 100644
--- a/content/browser/frame_host/navigation_request.cc
+++ b/content/browser/frame_host/navigation_request.cc
@@ -187,7 +187,6 @@ std::unique_ptr<NavigationRequest> NavigationRequest::CreateRendererInitiated(
false, // is_overriding_user_agent
std::vector<GURL>(), // redirects
false, // can_load_local_resources
- base::Time::Now(), // request_time
PageState(), // page_state
0, // nav_entry_id
false, // is_same_document_history_load
« no previous file with comments | « content/browser/frame_host/navigation_entry_impl.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698