| 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 6b725dad891063260ab95b8a58c9ac9faf10e5bd..44943e291f36bcf9de2407c4405d3cb8e3373317 100644
|
| --- a/net/http/http_response_body_drainer_unittest.cc
|
| +++ b/net/http/http_response_body_drainer_unittest.cc
|
| @@ -108,6 +108,10 @@ class MockHttpStream : public HttpStream {
|
| bool CanReuseConnection() const override { return can_reuse_connection_; }
|
| int64_t GetTotalReceivedBytes() const override { return 0; }
|
| int64_t GetTotalSentBytes() const override { return 0; }
|
| + bool GetAlternativeService(
|
| + AlternativeService* alternative_service) const override {
|
| + return false;
|
| + }
|
| void GetSSLInfo(SSLInfo* ssl_info) override {}
|
| void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info) override {}
|
| bool GetRemoteEndpoint(IPEndPoint* endpoint) override { return false; }
|
|
|