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

Unified Diff: ios/web/shell/shell_network_delegate.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 empty cronet OnRawBytesRead implementation 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
« no previous file with comments | « ios/web/shell/shell_network_delegate.h ('k') | net/base/layered_network_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/shell_network_delegate.cc
diff --git a/ios/web/shell/shell_network_delegate.cc b/ios/web/shell/shell_network_delegate.cc
index 5408d4a073c6b2b4a7e04224bab26e00c0a1a16a..0872c2edc06ecf487d3dca6e4d79f286a7132a24 100644
--- a/ios/web/shell/shell_network_delegate.cc
+++ b/ios/web/shell/shell_network_delegate.cc
@@ -49,10 +49,6 @@ void ShellNetworkDelegate::OnBeforeRedirect(net::URLRequest* request,
void ShellNetworkDelegate::OnResponseStarted(net::URLRequest* request) {
}
-void ShellNetworkDelegate::OnRawBytesRead(const net::URLRequest& request,
- int bytes_read) {
-}
-
void ShellNetworkDelegate::OnCompleted(net::URLRequest* request, bool started) {
}
« no previous file with comments | « ios/web/shell/shell_network_delegate.h ('k') | net/base/layered_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698