Index: chromecast/shell/browser/cast_content_browser_client.h |
diff --git a/chromecast/shell/browser/cast_content_browser_client.h b/chromecast/shell/browser/cast_content_browser_client.h |
index 2356eefc3a238870dd20ceb87e91e7221b9dff4c..b932ecc8c9d966cb4173739f6d048d66401a7713 100644 |
--- a/chromecast/shell/browser/cast_content_browser_client.h |
+++ b/chromecast/shell/browser/cast_content_browser_client.h |
@@ -45,9 +45,7 @@ class CastContentBrowserClient: public content::ContentBrowserClient { |
const net::SSLInfo& ssl_info, |
const GURL& request_url, |
content::ResourceType resource_type, |
- bool overridable, |
- bool strict_enforcement, |
- bool expired_previous_decision, |
+ int options_mask, |
const base::Callback<void(bool)>& callback, |
content::CertificateRequestResultType* result) OVERRIDE; |
virtual bool CanCreateWindow( |