| 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 8647cd2a5f81b8febe925dfce81cf6cfd640e794..5d77b0ec3d86e9b0cef24022000a2a35efcfe71f 100644
|
| --- a/chromecast/shell/browser/cast_content_browser_client.h
|
| +++ b/chromecast/shell/browser/cast_content_browser_client.h
|
| @@ -46,6 +46,7 @@ class CastContentBrowserClient: public content::ContentBrowserClient {
|
| content::ResourceType resource_type,
|
| bool overridable,
|
| bool strict_enforcement,
|
| + bool expired_previous_decision,
|
| const base::Callback<void(bool)>& callback,
|
| content::CertificateRequestResultType* result) OVERRIDE;
|
| virtual bool CanCreateWindow(
|
|
|