| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 0295436327021cd8fa8da0a7d0be60a5dfa76766..ce1a1ad014222d13bdcf398cb8cfc63b62d2fc49 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -178,8 +178,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| scoped_ptr<storage::QuotaEvictionPolicy> GetTemporaryStorageEvictionPolicy(
|
| content::BrowserContext* context) override;
|
| void AllowCertificateError(
|
| - int render_process_id,
|
| - int render_frame_id,
|
| + content::WebContents* web_contents,
|
| int cert_error,
|
| const net::SSLInfo& ssl_info,
|
| const GURL& request_url,
|
|
|