| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index c450bcb48a9890b99ba4f5bafb2c69bdac593fba..ebb982abc9703cf5ada738d0944adb9d2ce382c3 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;
|
|
|
|
|