| Index: content/browser/renderer_host/resource_dispatcher_host.h | 
| =================================================================== | 
| --- content/browser/renderer_host/resource_dispatcher_host.h	(revision 117302) | 
| +++ content/browser/renderer_host/resource_dispatcher_host.h	(working copy) | 
| @@ -188,7 +188,7 @@ | 
| net::SSLCertRequestInfo* cert_request_info) OVERRIDE; | 
| virtual void OnSSLCertificateError(net::URLRequest* request, | 
| const net::SSLInfo& ssl_info, | 
| -                                     bool is_hsts_host) OVERRIDE; | 
| +                                     bool fatal) OVERRIDE; | 
| virtual bool CanGetCookies(const net::URLRequest* request, | 
| const net::CookieList& cookie_list) const OVERRIDE; | 
| virtual bool CanSetCookie(const net::URLRequest* request, | 
|  |