| Index: net/url_request/url_request_http_job.h
|
| diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
|
| index de29f1aab094f7e9619635b123fddac68c8f0280..036040a4cc40006f1fa116eb61b5d54463089363 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -45,6 +45,7 @@ class URLRequestHttpJob : public URLRequestJob {
|
|
|
| void AddExtraHeaders();
|
| void AddCookieHeaderAndStart();
|
| + void CheckForXAutoLogin();
|
| void SaveCookiesAndNotifyHeadersComplete();
|
| void SaveNextCookie();
|
| void FetchResponseCookies(const HttpResponseInfo* response_info,
|
|
|