| Index: chromecast/browser/cast_content_browser_client.cc
|
| diff --git a/chromecast/browser/cast_content_browser_client.cc b/chromecast/browser/cast_content_browser_client.cc
|
| index 49294bd185c6e94199c177493fb38cc4ffb2389f..c97017cd7e55e67d17e52cf4c28740e59815833b 100644
|
| --- a/chromecast/browser/cast_content_browser_client.cc
|
| +++ b/chromecast/browser/cast_content_browser_client.cc
|
| @@ -262,8 +262,7 @@ CastContentBrowserClient::CreateQuotaPermissionContext() {
|
| }
|
|
|
| void CastContentBrowserClient::AllowCertificateError(
|
| - int render_process_id,
|
| - int render_view_id,
|
| + content::WebContents* web_contents,
|
| int cert_error,
|
| const net::SSLInfo& ssl_info,
|
| const GURL& request_url,
|
|
|