| 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) | 
| @@ -203,8 +203,7 @@ | 
| void NotifyCertificateRequested(SSLCertRequestInfo* cert_request_info); | 
|  | 
| // Notifies the job about an SSL certificate error. | 
| -  void NotifySSLCertificateError(const SSLInfo& ssl_info, | 
| -                                 bool is_hsts_host); | 
| +  void NotifySSLCertificateError(const SSLInfo& ssl_info, bool fatal); | 
|  | 
| // Delegates to URLRequest::Delegate. | 
| bool CanGetCookies(const CookieList& cookie_list) const; | 
|  |