Index: net/url_request/url_request_job.h |
diff --git a/net/url_request/url_request_job.h b/net/url_request/url_request_job.h |
index 7b905abaabe4cbafb7febc159eded8005e3ad85a..a4bb1adbd9242ecd70d60de4f61a75b738c4bedb 100644 |
--- a/net/url_request/url_request_job.h |
+++ b/net/url_request/url_request_job.h |
@@ -115,6 +115,10 @@ class NET_EXPORT URLRequestJob |
// will never decrease over the lifetime of the URLRequestJob. |
virtual int64 GetTotalReceivedBytes() const; |
+ // Get the number of bytes sent over the network. The values returned by this |
+ // will never decrease over the lifetime of the URLRequestJob. |
+ virtual int64_t GetTotalSentBytes() const; |
+ |
// Called to fetch the current load state for the job. |
virtual LoadState GetLoadState() const; |