Index: net/http/http_response_body_drainer_unittest.cc |
diff --git a/net/http/http_response_body_drainer_unittest.cc b/net/http/http_response_body_drainer_unittest.cc |
index 9f774dbf328db72e8612be28fa582f30a66b469c..9db5ec0222700d6f6f24336a4921bb0dbfeb8940 100644 |
--- a/net/http/http_response_body_drainer_unittest.cc |
+++ b/net/http/http_response_body_drainer_unittest.cc |
@@ -120,6 +120,8 @@ class MockHttpStream : public HttpStream { |
virtual void LogNumRttVsBytesMetrics() const OVERRIDE {} |
+ virtual void Drain(HttpNetworkSession*) OVERRIDE {} |
+ |
// Methods to tweak/observer mock behavior: |
void StallReadsForever() { stall_reads_forever_ = true; } |