| Index: chrome/browser/ssl/ssl_cert_error_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ssl/ssl_cert_error_handler.cc (revision 30691)
|
| +++ chrome/browser/ssl/ssl_cert_error_handler.cc (working copy)
|
| @@ -14,10 +14,9 @@
|
| const std::string& frame_origin,
|
| const std::string& main_frame_origin,
|
| int cert_error,
|
| - net::X509Certificate* cert,
|
| - MessageLoop* ui_loop)
|
| + net::X509Certificate* cert)
|
| : SSLErrorHandler(rdh, request, resource_type, frame_origin,
|
| - main_frame_origin, ui_loop),
|
| + main_frame_origin),
|
| cert_error_(cert_error) {
|
| DCHECK(request == resource_dispatcher_host_->GetURLRequest(request_id_));
|
|
|
|
|
| Property changes on: chrome\browser\ssl\ssl_cert_error_handler.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|