| Index: chrome/browser/plugin_process_host.cc
|
| ===================================================================
|
| --- chrome/browser/plugin_process_host.cc (revision 10992)
|
| +++ chrome/browser/plugin_process_host.cc (working copy)
|
| @@ -145,9 +145,10 @@
|
| DownloadCompletedHelper(false);
|
| }
|
|
|
| -void PluginDownloadUrlHelper::OnSSLCertificateError(URLRequest* request,
|
| - int cert_error,
|
| - net::X509Certificate* cert) {
|
| +void PluginDownloadUrlHelper::OnSSLCertificateError(
|
| + URLRequest* request,
|
| + int cert_error,
|
| + net::X509Certificate* cert) {
|
| URLRequest::Delegate::OnSSLCertificateError(request, cert_error, cert);
|
| DownloadCompletedHelper(false);
|
| }
|
|
|