| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index 87dc819ec619c8aa9faf3bde2428840429f1b021..f8976c2916d87b60482471475fc9193810a74d56 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -294,9 +294,6 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
|
| // Returns true if this transaction is for a WebSocket handshake
|
| bool ForWebSocketHandshake() const;
|
|
|
| - // Debug helper.
|
| - static std::string DescribeState(State state);
|
| -
|
| void SetStream(HttpStream* stream);
|
|
|
| void CopyConnectionAttemptsFromStreamRequest();
|
|
|