Index: content/shell/browser/shell.h |
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h |
index 545af236cba83da6714edc080e8126e19680fdb9..b75c7777ce66ae686094a63093c50eb5a9c49355 100644 |
--- a/content/shell/browser/shell.h |
+++ b/content/shell/browser/shell.h |
@@ -167,6 +167,10 @@ class Shell : public WebContentsDelegate, |
WebContents* source, |
const WebContentsUnresponsiveState& unresponsive_state) override; |
void ActivateContents(WebContents* contents) override; |
+ bool ShouldAllowRunningInsecureContent(content::WebContents* web_contents, |
+ bool allowed_per_settings, |
+ const url::Origin& origin, |
+ const GURL& resource_url) override; |
static gfx::Size GetShellDefaultSize(); |