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

Unified Diff: content/child/request_info.cc

Issue 451623002: Getting rid of net::LOAD_ENABLE_LOAD_TIMING (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed content/browser/loader/resource_scheduler_unittest.cc. Created 6 years, 4 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/child/request_info.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_info.cc
diff --git a/content/child/request_info.cc b/content/child/request_info.cc
index 860b944b59dbf088cb5e2a0900c60ce015becfab..cd3ca217b74e772b643ec957bad1a72dfe2f10b4 100644
--- a/content/child/request_info.cc
+++ b/content/child/request_info.cc
@@ -17,6 +17,7 @@ RequestInfo::RequestInfo()
routing_id(0),
download_to_file(false),
has_user_gesture(false),
+ enable_load_timing(false),
extra_data(NULL) {
}
« no previous file with comments | « content/child/request_info.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698