| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index cd34258216a403c119ab80be1c826930a1f8c69c..633a457286166e1c9f29a5cb74ee6b665882d4f7 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();
|
|
|