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