Index: content/shell/browser/layout_test/layout_test_content_browser_client.h |
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h |
index f2091ea1afb435f772ddfb40c448644702019330..fcec038cd9655e7f2412fa80b00415bce246aafa 100644 |
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.h |
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h |
@@ -43,6 +43,11 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient { |
const storage::OptionalQuotaSettingsCallback& callback) override; |
PlatformNotificationService* GetPlatformNotificationService() override; |
+ bool ShouldAllowRunningInsecureContent( |
+ bool allowed_per_settings, |
+ const url::Origin& origin, |
+ const GURL& resource_url, |
+ content::WebContents* web_contents) override; |
private: |
std::unique_ptr<LayoutTestNotificationManager> |