| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index b3c4c47c3cf3e2495681ec75d7b89e6cf3094c42..462ead76137eb4e809c37a56d8d95a0afaf70a2d 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -118,6 +118,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
|
| STATE_GENERATE_PROXY_AUTH_TOKEN_COMPLETE,
|
| STATE_GENERATE_SERVER_AUTH_TOKEN,
|
| STATE_GENERATE_SERVER_AUTH_TOKEN_COMPLETE,
|
| + STATE_INIT_REQUEST_BODY,
|
| + STATE_INIT_REQUEST_BODY_COMPLETE,
|
| STATE_BUILD_REQUEST,
|
| STATE_BUILD_REQUEST_COMPLETE,
|
| STATE_SEND_REQUEST,
|
| @@ -151,6 +153,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
|
| int DoGenerateProxyAuthTokenComplete(int result);
|
| int DoGenerateServerAuthToken();
|
| int DoGenerateServerAuthTokenComplete(int result);
|
| + int DoInitRequestBody();
|
| + int DoInitRequestBodyComplete(int result);
|
| int DoBuildRequest();
|
| int DoBuildRequestComplete(int result);
|
| int DoSendRequest();
|
|
|