Index: net/http/proxy_connect_redirect_http_stream.cc |
diff --git a/net/http/proxy_connect_redirect_http_stream.cc b/net/http/proxy_connect_redirect_http_stream.cc |
index 5b8a2bcc43a8168cc25b1ae1f30f1adb8706faf4..a493f3328741b89f0d6d84313c11efd283e46559 100644 |
--- a/net/http/proxy_connect_redirect_http_stream.cc |
+++ b/net/http/proxy_connect_redirect_http_stream.cc |
@@ -79,6 +79,11 @@ int64_t ProxyConnectRedirectHttpStream::GetTotalSentBytes() const { |
return 0; |
} |
+bool ProxyConnectRedirectHttpStream::GetAlternativeService( |
+ AlternativeService* alternative_service) const { |
+ return false; |
+} |
+ |
bool ProxyConnectRedirectHttpStream::GetLoadTimingInfo( |
LoadTimingInfo* load_timing_info) const { |
if (!has_load_timing_info_) |