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

Unified Diff: net/proxy/proxy_script_fetcher_impl_unittest.cc

Issue 1284993005: Notify NetworkDelegate when bytes have been received over the network. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed NetworkDelegate::OnRawBytesRead Created 5 years, 4 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/proxy/proxy_script_fetcher_impl_unittest.cc
diff --git a/net/proxy/proxy_script_fetcher_impl_unittest.cc b/net/proxy/proxy_script_fetcher_impl_unittest.cc
index dd49b56c68aa13c02bd41b6d9392ee109be1f2cf..651c950d6dc86b69ee5e6056e38327c248738f6d 100644
--- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
+++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
@@ -146,8 +146,6 @@ class BasicNetworkDelegate : public NetworkDelegateImpl {
void OnResponseStarted(URLRequest* request) override {}
- void OnRawBytesRead(const URLRequest& request, int bytes_read) override {}
-
void OnCompleted(URLRequest* request, bool started) override {}
void OnURLRequestDestroyed(URLRequest* request) override {}

Powered by Google App Engine
This is Rietveld 408576698