diff options
Diffstat (limited to 'net/url_request/url_request_http_job.h')
-rw-r--r-- | net/url_request/url_request_http_job.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h index a946f62..7853f83 100644 --- a/net/url_request/url_request_http_job.h +++ b/net/url_request/url_request_http_job.h @@ -67,9 +67,14 @@ class URLRequestHttpJob : public URLRequestJob { std::string AssembleRequestCookies(); void FetchResponseCookies(); + // Process the X-Force-TLS header, if one exists. + void ProcessForceTLSHeader(); + void OnStartCompleted(int result); void OnReadCompleted(int result); + bool ShouldTreatAsCertificateError(int result); + void RestartTransactionWithAuth(const std::wstring& username, const std::wstring& password); |