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

Unified Diff: net/url_request/url_request_test_util.cc

Issue 7043007: Kill URLRequestJobTracker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build. Created 9 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
Index: net/url_request/url_request_test_util.cc
diff --git a/net/url_request/url_request_test_util.cc b/net/url_request/url_request_test_util.cc
index fff1d8ba4d2d0a37194b301abc52c5a21239dab1..424031dc1f13756c5b52ad5beeb64765daa9ca9a 100644
--- a/net/url_request/url_request_test_util.cc
+++ b/net/url_request/url_request_test_util.cc
@@ -279,6 +279,9 @@ void TestNetworkDelegate::OnResponseStarted(net::URLRequest* request) {
}
}
+void TestNetworkDelegate::OnBytesRead(const net::URLRequest& /* request */,
+ int /* bytes_read */) {}
rvargas (doing something else) 2011/05/18 21:45:18 nit: Same comment here about the argument name. An
+
void TestNetworkDelegate::OnCompleted(net::URLRequest* request) {
if (request->status().status() == net::URLRequestStatus::FAILED) {
error_count_++;

Powered by Google App Engine
This is Rietveld 408576698