Index: net/http/http_response_body_drainer_unittest.cc |
=================================================================== |
--- net/http/http_response_body_drainer_unittest.cc (revision 88995) |
+++ 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; } |