| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index 770c6ba8f9b8e67e9f287e80034ef571ebdbbc4a..aba5b9703974146828b92d109e61c197b48dfe51 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -165,6 +165,10 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
|
| // is returned.
|
| int HandleIOError(int error);
|
|
|
| + // Called when an ERR_PIPELINE_EVICTION is returned from the stream. Attempts
|
| + // to restart the transaction from the beginning.
|
| + int RestartAfterPipelineEviction();
|
| +
|
| // Gets the response headers from the HttpStream.
|
| HttpResponseHeaders* GetResponseHeaders() const;
|
|
|
|
|