| Index: content/browser/ssl/ssl_manager.h | 
| =================================================================== | 
| --- content/browser/ssl/ssl_manager.h	(revision 117302) | 
| +++ content/browser/ssl/ssl_manager.h	(working copy) | 
| @@ -53,7 +53,7 @@ | 
| static void OnSSLCertificateError(ResourceDispatcherHost* resource_dispatcher, | 
| net::URLRequest* request, | 
| const net::SSLInfo& ssl_info, | 
| -                                    bool is_hsts_host); | 
| +                                    bool fatal); | 
|  | 
| // Called when SSL state for a host or tab changes.  Broadcasts the | 
| // SSL_INTERNAL_STATE_CHANGED notification. | 
|  |