summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_http_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request/url_request_http_job.h')
-rw-r--r--net/url_request/url_request_http_job.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
index b165d2e..dbbdfab 100644
--- a/net/url_request/url_request_http_job.h
+++ b/net/url_request/url_request_http_job.h
@@ -63,11 +63,15 @@ class URLRequestHttpJob : public URLRequestJob {
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_;