Chromium Code Reviews| 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); |
| } |