Chromium Code Reviews| Index: webkit/fileapi/file_writer_delegate.cc |
| diff --git a/webkit/fileapi/file_writer_delegate.cc b/webkit/fileapi/file_writer_delegate.cc |
| index db28a22e21d78340a9ae7037a091dcc04d8b42f5..3d4b3b695c57c6635929c72c2e99bb3e7dfcb96e 100644 |
| --- a/webkit/fileapi/file_writer_delegate.cc |
| +++ b/webkit/fileapi/file_writer_delegate.cc |
| @@ -156,7 +156,8 @@ void FileWriterDelegate::OnCertificateRequested( |
| } |
| void FileWriterDelegate::OnSSLCertificateError( |
| - net::URLRequest* request, int cert_error, net::X509Certificate* cert) { |
| + net::URLRequest* request, int cert_error, const net::SSLInfo& ssl_info, |
| + bool must_be_fatal) { |
|
wtc
2011/09/23 00:04:51
Probably should use the formatting style recommend
|
| NOTREACHED(); |
| OnError(base::PLATFORM_FILE_ERROR_SECURITY); |
| } |