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

Unified Diff: content/browser/loader/sync_resource_handler.cc

Issue 12094085: LoadTiming in net part 7: Hooking it all up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 7 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 | « chrome/chrome_tests_unit.gypi ('k') | content/common/inter_process_time_ticks_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/sync_resource_handler.cc
===================================================================
--- content/browser/loader/sync_resource_handler.cc (revision 190428)
+++ content/browser/loader/sync_resource_handler.cc (working copy)
@@ -83,8 +83,6 @@
result_.download_file_path = response->head.download_file_path;
result_.request_time = response->head.request_time;
result_.response_time = response->head.response_time;
- result_.connection_id = response->head.connection_id;
- result_.connection_reused = response->head.connection_reused;
result_.load_timing = response->head.load_timing;
result_.devtools_info = response->head.devtools_info;
return true;
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | content/common/inter_process_time_ticks_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698