| 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 0f095a950ee28dd48fa3ece1a9ab1e963f9b26f8..ac6a3ebca7550aafdaa16a7bf25f4da9a695dfe2 100644
|
| --- a/content/browser/ssl/ssl_cert_error_handler.h
|
| +++ b/content/browser/ssl/ssl_cert_error_handler.h
|
| @@ -17,9 +17,12 @@
|
| class SSLCertErrorHandler : public SSLErrorHandler {
|
| public:
|
| // Construct on the IO thread.
|
| - SSLCertErrorHandler(content::ResourceDispatcherHostImpl* host,
|
| - 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);
|
|
|
|
|