| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index 01c9c0897ea087977474a91e4ce3c0f758710243..1bd83c8d178e59807ee74ca12482e08837f9ff1f 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -272,4 +272,12 @@ void WebContentsDelegate::RequestAppBannerFromDevTools(
|
| content::WebContents* web_contents) {
|
| }
|
|
|
| +bool WebContentsDelegate::ShouldAllowRunningInsecureContent(
|
| + WebContents* web_contents,
|
| + bool allowed_per_settings,
|
| + const url::Origin& origin,
|
| + const GURL& resource_url) {
|
| + return allowed_per_settings;
|
| +}
|
| +
|
| } // namespace content
|
|
|