|
|
Notify NetworkDelegate when bytes have been received over the network.
This will allow for network delegates to notify observers when network
usage occurs, for up-to-date accounting of data usage. See bug for more
details.
This change also removes the NetworkDelegate::OnRawBytesRead method,
replacing it with this new NetworkDelgate::OnNetworkBytesReceived
method.
BUG= 518051
Committed: https://crrev.com/ce72c486271573ff5d636d19fedf7aca21df1b3a
Cr-Commit-Position: refs/heads/master@{#345163}
Total comments: 21
Total comments: 4
Total comments: 5
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+249 lines, -89 lines) |
Patch |
 |
M |
android_webview/browser/net/aw_network_delegate.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/browser/net/aw_network_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/providers/task.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/sampling/task_manager_io_thread_helper.h
|
View
|
1
2
3
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/sampling/task_manager_io_thread_helper.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/task_manager_interface.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/task_manager_interface.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/task_manager/task_manager.h
|
View
|
1
2
3
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_manager/task_manager.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/cronet/android/cronet_url_request_context_adapter.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/cronet/android/url_request_context_adapter.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_network_delegate.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_network_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ios/web/shell/shell_network_delegate.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ios/web/shell/shell_network_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/base/layered_network_delegate.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/base/layered_network_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/base/layered_network_delegate_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate.h
|
View
|
1
2
3
|
3 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate_impl.h
|
View
|
1
2
3
|
2 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate_impl.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/network_delegate_error_observer_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_script_fetcher_impl_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context_builder.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job.cc
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+96 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job.h
|
View
|
1
2
3
4
|
4 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job.cc
|
View
|
1
2
3
4
|
5 chunks |
+25 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_test_util.h
|
View
|
1
2
3
|
4 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_test_util.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
Total messages: 39 (9 generated)
|