| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index ec2b5cef2b5ceab041f6649923f8ce27962a2e80..198f1ce61ffe492414af43e9a4e608c3a788050f 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -312,7 +312,12 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
|
| HttpNetworkSession* session_;
|
|
|
| NetLogWithSource net_log_;
|
| +
|
| + // Reset to null at the start of the Read state machine.
|
| const HttpRequestInfo* request_;
|
| +
|
| + // The requested URL.
|
| + GURL url_;
|
| RequestPriority priority_;
|
| HttpResponseInfo response_;
|
|
|
|
|