| Index: net/url_request/url_request_context_builder.cc | 
| diff --git a/net/url_request/url_request_context_builder.cc b/net/url_request/url_request_context_builder.cc | 
| index a13d585ccd57bdd3b85ba5b7a6e2dbe982555983..027bf71b2e46e919ec5735befb0e5446be874e02 100644 | 
| --- a/net/url_request/url_request_context_builder.cc | 
| +++ b/net/url_request/url_request_context_builder.cc | 
| @@ -89,8 +89,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 {} | 
|  |