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