| 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 d0f69fe7cecee26b07b5a5adde4250ee7bd98589..a9a5cc3e3f67dff57180c262af6c9d04616b1b75 100644
|
| --- a/net/http/proxy_connect_redirect_http_stream.cc
|
| +++ b/net/http/proxy_connect_redirect_http_stream.cc
|
| @@ -102,6 +102,12 @@ bool ProxyConnectRedirectHttpStream::GetRemoteEndpoint(IPEndPoint* endpoint) {
|
| return false;
|
| }
|
|
|
| +int ProxyConnectRedirectHttpStream::GetTokenBindingMessageHeader(
|
| + std::string* out) {
|
| + NOTREACHED();
|
| + return ERR_NOT_IMPLEMENTED;
|
| +}
|
| +
|
| void ProxyConnectRedirectHttpStream::Drain(HttpNetworkSession* session) {
|
| NOTREACHED();
|
| }
|
|
|