| Index: net/http/proxy_connect_redirect_http_stream.h
|
| diff --git a/net/http/proxy_connect_redirect_http_stream.h b/net/http/proxy_connect_redirect_http_stream.h
|
| index 74d9136246303c67cb47bc03be9b281dc1010078..c66aa21bcb034f2506ff04eca236c642faf1f377 100644
|
| --- a/net/http/proxy_connect_redirect_http_stream.h
|
| +++ b/net/http/proxy_connect_redirect_http_stream.h
|
| @@ -51,6 +51,8 @@ class ProxyConnectRedirectHttpStream : public HttpStream {
|
|
|
| int64_t GetTotalReceivedBytes() const override;
|
| int64_t GetTotalSentBytes() const override;
|
| + bool GetAlternativeService(
|
| + AlternativeService* alternative_service) const override;
|
|
|
| // This function may be called.
|
| bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override;
|
|
|