| Index: net/url_request/url_request_http_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_http_job.h (revision 12402)
|
| +++ net/url_request/url_request_http_job.h (working copy)
|
| @@ -63,11 +63,15 @@
|
| void DestroyTransaction();
|
| void StartTransaction();
|
| void AddExtraHeaders();
|
| + std::string AssembleRequestCookies();
|
| void FetchResponseCookies();
|
|
|
| void OnStartCompleted(int result);
|
| void OnReadCompleted(int result);
|
|
|
| + void RestartTransactionWithAuth(const std::wstring& username,
|
| + const std::wstring& password);
|
| +
|
| net::HttpRequestInfo request_info_;
|
| scoped_ptr<net::HttpTransaction> transaction_;
|
| const net::HttpResponseInfo* response_info_;
|
|
|