| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 2145e4418f4c53f0b96bcfa7be95b0b2f0b57094..d3d9f01043931bad755464cd0d2691a14e4c571f 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -464,8 +464,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // asynchronously. If |result| is not set to
|
| // CERTIFICATE_REQUEST_RESULT_TYPE_CONTINUE, the request will be cancelled
|
| // or denied immediately, and the callback won't be run.
|
| - virtual void AllowCertificateError(int render_process_id,
|
| - int render_frame_id,
|
| + virtual void AllowCertificateError(WebContents* web_contents,
|
| int cert_error,
|
| const net::SSLInfo& ssl_info,
|
| const GURL& request_url,
|
|
|