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

Unified Diff: net/url_request/url_request_job_metrics.h

Issue 40319: Use filter context to track stats better in SDCH filtering (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « net/url_request/url_request_job.cc ('k') | net/url_request/url_request_job_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job_metrics.h
===================================================================
--- net/url_request/url_request_job_metrics.h (revision 11636)
+++ net/url_request/url_request_job_metrics.h (working copy)
@@ -34,7 +34,7 @@
base::TimeTicks end_time_;
// Total number of bytes the job reads from underline IO.
- int total_bytes_read_;
+ int64 total_bytes_read_;
// Number of IO read operations the job issues.
int number_of_read_IO_;
« no previous file with comments | « net/url_request/url_request_job.cc ('k') | net/url_request/url_request_job_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698