| 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..ac6a3ebca7550aafdaa16a7bf25f4da9a695dfe2 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,12 @@
|
| class SSLCertErrorHandler : public SSLErrorHandler {
|
| public:
|
| // Construct on the IO thread.
|
| - SSLCertErrorHandler(ResourceDispatcherHost* rdh,
|
| - net::URLRequest* request,
|
| + SSLCertErrorHandler(Delegate* delegate,
|
| + const content::GlobalRequestID& id,
|
| ResourceType::Type resource_type,
|
| + const GURL& url,
|
| + int render_process_id,
|
| + int render_view_id,
|
| const net::SSLInfo& ssl_info,
|
| bool fatal);
|
|
|
|
|