Chromium Code Reviews| Index: net/http/http_response_body_drainer_unittest.cc | 
| =================================================================== | 
| --- net/http/http_response_body_drainer_unittest.cc (revision 90217) | 
| +++ net/http/http_response_body_drainer_unittest.cc (working copy) | 
| @@ -117,6 +117,8 @@ | 
| virtual bool IsSpdyHttpStream() const OVERRIDE { return false; } | 
| + virtual void LogNumRttVsBytesMetrics() const OVERRIDE {} | 
| + | 
| // Methods to tweak/observer mock behavior: | 
| void StallReadsForever() { stall_reads_forever_ = true; } |