| Index: net/http/http_network_transaction.h
|
| ===================================================================
|
| --- net/http/http_network_transaction.h (revision 23124)
|
| +++ net/http/http_network_transaction.h (working copy)
|
| @@ -41,7 +41,8 @@
|
| virtual ~HttpNetworkTransaction();
|
|
|
| // HttpTransaction methods:
|
| - virtual int Start(const HttpRequestInfo* request_info,
|
| + virtual int Start(LoadLog* load_log,
|
| + const HttpRequestInfo* request_info,
|
| CompletionCallback* callback);
|
| virtual int RestartIgnoringLastError(CompletionCallback* callback);
|
| virtual int RestartWithCertificate(X509Certificate* client_cert,
|
| @@ -302,6 +303,7 @@
|
|
|
| scoped_refptr<HttpNetworkSession> session_;
|
|
|
| + scoped_refptr<LoadLog> load_log_;
|
| const HttpRequestInfo* request_;
|
| HttpResponseInfo response_;
|
|
|
|
|