|
Added and implemented URLRequest::GetTotalSentBytes.
Added and implemented URLRequest::GetTotalSentBytes,
URLRequestJob::GetTotalSentBytes, and
HttpTransaction::GetTotalSentBytes, which count the number of bytes sent
over the network, similar to GetTotalReceivedBytes.
BUG= 518897
Committed: https://crrev.com/fb24989ce3406cc7163ecd515b8aa0adc114e1de
Cr-Commit-Position: refs/heads/master@{#348243}
Total comments: 24
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+477 lines, -133 lines) |
Patch |
|
M |
chrome/browser/devtools/devtools_network_transaction.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/devtools/devtools_network_transaction.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/http/failing_http_transaction_factory.cc
|
View
|
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/http/http_cache_transaction.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/http/http_cache_transaction.cc
|
View
|
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/http/http_cache_unittest.cc
|
View
|
1
|
9 chunks |
+59 lines, -43 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_transaction.h
|
View
|
1
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
net/http/http_network_transaction.cc
|
View
|
|
9 chunks |
+25 lines, -6 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_transaction_unittest.cc
|
View
|
1
|
17 chunks |
+195 lines, -35 lines |
0 comments
|
Download
|
|
M |
net/http/http_transaction.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/http/http_transaction_test_util.h
|
View
|
1
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/http/http_transaction_test_util.cc
|
View
|
1
|
4 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
|
M |
net/url_request/url_request.h
|
View
|
1
2
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
net/url_request/url_request.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/url_request/url_request_http_job.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/url_request/url_request_http_job.cc
|
View
|
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/url_request/url_request_http_job_unittest.cc
|
View
|
1
2
|
10 chunks |
+92 lines, -44 lines |
0 comments
|
Download
|
|
M |
net/url_request/url_request_job.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/url_request/url_request_job.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 23 (8 generated)
|