| Index: net/url_request/url_request_http_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_http_job.h (revision 84980)
|
| +++ net/url_request/url_request_http_job.h (working copy)
|
| @@ -15,6 +15,7 @@
|
| #include "base/time.h"
|
| #include "net/base/auth.h"
|
| #include "net/base/completion_callback.h"
|
| +#include "net/base/cookie_store.h"
|
| #include "net/http/http_request_info.h"
|
| #include "net/url_request/url_request_job.h"
|
| #include "net/url_request/url_request_throttler_entry_interface.h"
|
| @@ -53,6 +54,9 @@
|
| // Process the Strict-Transport-Security header, if one exists.
|
| void ProcessStrictTransportSecurityHeader();
|
|
|
| + void AddAuthorizationHeader(
|
| + const std::vector<CookieStore::CookieInfo>& cookie_infos);
|
| +
|
| void OnCanGetCookiesCompleted(bool allow);
|
| void OnCanSetCookieCompleted();
|
| void OnStartCompleted(int result);
|
|
|