| Index: net/http/http_network_transaction.cc
|
| diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc
|
| index ab991e4b3e64d52794057d86b1ee436f0e580bf0..399b1b579d0442148594b3540451b2db8984ba61 100644
|
| --- a/net/http/http_network_transaction.cc
|
| +++ b/net/http/http_network_transaction.cc
|
| @@ -430,6 +430,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_);
|
|
|