| 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..b411d0eff31eb84736b91b5cfea93134fb900b59 100644
|
| --- a/net/http/proxy_connect_redirect_http_stream.cc
|
| +++ b/net/http/proxy_connect_redirect_http_stream.cc
|
| @@ -102,6 +102,13 @@ bool ProxyConnectRedirectHttpStream::GetRemoteEndpoint(IPEndPoint* endpoint) {
|
| return false;
|
| }
|
|
|
| +int ProxyConnectRedirectHttpStream::GetProvidedTokenBindingWithKey(
|
| + const scoped_ptr<crypto::ECPrivateKey>& key,
|
| + std::string* header_out) {
|
| + NOTREACHED();
|
| + return ERR_NOT_IMPLEMENTED;
|
| +}
|
| +
|
| void ProxyConnectRedirectHttpStream::Drain(HttpNetworkSession* session) {
|
| NOTREACHED();
|
| }
|
|
|