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

Unified Diff: components/data_use_measurement/core/data_use_network_delegate.cc

Issue 2890673002: TEST 2868733002 (Closed)
Patch Set: log Created 3 years, 7 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 | « components/data_use_measurement/core/data_use_ascriber.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_use_measurement/core/data_use_network_delegate.cc
diff --git a/components/data_use_measurement/core/data_use_network_delegate.cc b/components/data_use_measurement/core/data_use_network_delegate.cc
index 0229787ffa26b8bc650e4a16e792d91e0d89ac58..c296a80ba12d683c08918f7f95d67afc00ff6a4f 100644
--- a/components/data_use_measurement/core/data_use_network_delegate.cc
+++ b/components/data_use_measurement/core/data_use_network_delegate.cc
@@ -66,6 +66,7 @@ void DataUseNetworkDelegate::OnNetworkBytesSentInternal(
void DataUseNetworkDelegate::OnCompletedInternal(net::URLRequest* request,
bool started) {
+ ascriber_->OnUrlRequestCompleted(*request, started);
data_use_measurement_.OnCompleted(*request, started);
}
« no previous file with comments | « components/data_use_measurement/core/data_use_ascriber.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698