| Index: net/url_request/url_request_http_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_http_job.h (revision 84789)
|
| +++ net/url_request/url_request_http_job.h (working copy)
|
| @@ -53,8 +53,8 @@
|
| // Process the Strict-Transport-Security header, if one exists.
|
| void ProcessStrictTransportSecurityHeader();
|
|
|
| - void OnCanGetCookiesCompleted(int result);
|
| - void OnCanSetCookieCompleted(int result);
|
| + void OnCanGetCookiesCompleted(bool allow);
|
| + void OnCanSetCookieCompleted();
|
| void OnStartCompleted(int result);
|
| void OnReadCompleted(int result);
|
|
|
|
|