| Index: content/browser/ssl/ssl_cert_error_handler.h
|
| diff --git a/content/browser/ssl/ssl_cert_error_handler.h b/content/browser/ssl/ssl_cert_error_handler.h
|
| index e2ce1f071daf1926fca3ff6fd2625213b5887baf..80e2f86b36de58db0479a46bc64dc13adb814dc7 100644
|
| --- a/content/browser/ssl/ssl_cert_error_handler.h
|
| +++ b/content/browser/ssl/ssl_cert_error_handler.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -17,9 +17,8 @@
|
| class SSLCertErrorHandler : public SSLErrorHandler {
|
| public:
|
| // Construct on the IO thread.
|
| - SSLCertErrorHandler(ResourceDispatcherHost* rdh,
|
| - net::URLRequest* request,
|
| - ResourceType::Type resource_type,
|
| + SSLCertErrorHandler(Delegate* delegate,
|
| + const content::GlobalRequestID& id,
|
| const net::SSLInfo& ssl_info,
|
| bool fatal);
|
|
|
|
|