Chromium Code Reviews| Index: net/url_request/url_request_job.h |
| =================================================================== |
| --- net/url_request/url_request_job.h (revision 117302) |
| +++ net/url_request/url_request_job.h (working copy) |
| @@ -204,7 +204,7 @@ |
| // Notifies the job about an SSL certificate error. |
| void NotifySSLCertificateError(const SSLInfo& ssl_info, |
| - bool is_hsts_host); |
| + bool fatal); |
|
wtc
2012/01/13 01:39:57
Nit: this should fit on one line now.
palmer
2012/01/13 23:03:47
Done.
|
| // Delegates to URLRequest::Delegate. |
| bool CanGetCookies(const CookieList& cookie_list) const; |