| Index: net/http/http_network_transaction.cc
|
| diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc
|
| index efdd3106ccf22d3a3313914bfd99d32ec856fa99..be746b2951d69293f48621e296fc5bb2d2c0ec94 100644
|
| --- a/net/http/http_network_transaction.cc
|
| +++ b/net/http/http_network_transaction.cc
|
| @@ -432,6 +432,13 @@ void HttpNetworkTransaction::OnStreamReady(const SSLConfig& used_ssl_config,
|
| OnIOComplete(OK);
|
| }
|
|
|
| +void HttpNetworkTransaction::OnWebSocketStreamReady(
|
| + const SSLConfig& used_ssl_config,
|
| + const ProxyInfo& used_proxy_info,
|
| + WebSocketStreamBase* stream) {
|
| + NOTREACHED() << "This function should never be called.";
|
| +}
|
| +
|
| void HttpNetworkTransaction::OnStreamFailed(int result,
|
| const SSLConfig& used_ssl_config) {
|
| DCHECK_EQ(STATE_CREATE_STREAM_COMPLETE, next_state_);
|
|
|