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

Unified Diff: net/base/network_delegate_impl.cc

Issue 1362793003: Notify NetworkDelegate when bytes have been sent over the network. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on master Created 5 years, 3 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/base/network_delegate_impl.h ('k') | net/url_request/url_request_http_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_delegate_impl.cc
diff --git a/net/base/network_delegate_impl.cc b/net/base/network_delegate_impl.cc
index 3cc8c2196c965dbd52e42ffcfdbff05448c95d01..af4d708647bf95d49f12c684c3c635cdf509b417 100644
--- a/net/base/network_delegate_impl.cc
+++ b/net/base/network_delegate_impl.cc
@@ -59,6 +59,9 @@ void NetworkDelegateImpl::OnResponseStarted(URLRequest* request) {
void NetworkDelegateImpl::OnNetworkBytesReceived(const URLRequest& request,
int64_t bytes_received) {}
+void NetworkDelegateImpl::OnNetworkBytesSent(const URLRequest& request,
+ int64_t bytes_sent) {}
+
void NetworkDelegateImpl::OnCompleted(URLRequest* request, bool started) {
}
« no previous file with comments | « net/base/network_delegate_impl.h ('k') | net/url_request/url_request_http_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698