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

Unified Diff: net/base/network_delegate_impl.cc

Issue 1421983002: Include tab IDs when reporting data use accounting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data_use_scoped_vector
Patch Set: Fixed external_data_use_observer test Created 5 years, 1 month 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_job.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 5b3a9466502d8ba4bb020995300a77a0c03ba801..b5822a169634fce77dcfbf72c1cd0934ec43f548 100644
--- a/net/base/network_delegate_impl.cc
+++ b/net/base/network_delegate_impl.cc
@@ -56,10 +56,10 @@ void NetworkDelegateImpl::OnBeforeRedirect(URLRequest* request,
void NetworkDelegateImpl::OnResponseStarted(URLRequest* request) {
}
-void NetworkDelegateImpl::OnNetworkBytesReceived(const URLRequest& request,
+void NetworkDelegateImpl::OnNetworkBytesReceived(URLRequest* request,
int64_t bytes_received) {}
-void NetworkDelegateImpl::OnNetworkBytesSent(const URLRequest& request,
+void NetworkDelegateImpl::OnNetworkBytesSent(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_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698