| Index: net/url_request/url_request.cc | 
| =================================================================== | 
| --- net/url_request/url_request.cc	(revision 117302) | 
| +++ net/url_request/url_request.cc	(working copy) | 
| @@ -846,9 +846,9 @@ | 
| } | 
|  | 
| void URLRequest::NotifySSLCertificateError(const SSLInfo& ssl_info, | 
| -                                           bool is_hsts_host) { | 
| +                                           bool fatal) { | 
| if (delegate_) | 
| -    delegate_->OnSSLCertificateError(this, ssl_info, is_hsts_host); | 
| +    delegate_->OnSSLCertificateError(this, ssl_info, fatal); | 
| } | 
|  | 
| bool URLRequest::CanGetCookies(const CookieList& cookie_list) const { | 
|  |