| 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 6cdfaf34a69b510063ac905e93efdcc07a1a484f..9a576a9ad426fef9e5825b511e32d7837deac997 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -278,4 +278,12 @@ void WebContentsDelegate::RequestAppBannerFromDevTools(
|
| content::WebContents* web_contents) {
|
| }
|
|
|
| +bool WebContentsDelegate::ShouldAllowRunningInsecureContent(
|
| + WebContents* web_contents,
|
| + bool allowed_per_prefs,
|
| + const url::Origin& origin,
|
| + const GURL& resource_url) {
|
| + return allowed_per_prefs;
|
| +}
|
| +
|
| } // namespace content
|
|
|