 Chromium Code Reviews
 Chromium Code Reviews Issue 9188019:
  Cleanup: Rename is_hsts_host to fatal.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 9188019:
  Cleanup: Rename is_hsts_host to fatal.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| Index: webkit/fileapi/file_writer_delegate.cc | 
| =================================================================== | 
| --- webkit/fileapi/file_writer_delegate.cc (revision 117302) | 
| +++ webkit/fileapi/file_writer_delegate.cc (working copy) | 
| @@ -158,7 +158,7 @@ | 
| void FileWriterDelegate::OnSSLCertificateError(net::URLRequest* request, | 
| const net::SSLInfo& ssl_info, | 
| - bool is_hsts_host) { | 
| + bool fatal) { | 
| NOTREACHED(); | 
| OnError(base::PLATFORM_FILE_ERROR_SECURITY); | 
| } |