| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index a58d4684cf06f8f73238d73e8a441fa2c48a350c..67f19ccc8459c20d9273e0f85d31ff594077cdeb 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -258,6 +258,12 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| void OverridePageVisibilityState(
|
| content::RenderFrameHost* render_frame_host,
|
| blink::WebPageVisibilityState* visibility_state) override;
|
| + void PassiveInsecureContentFound(const GURL& resource_url) override;
|
| + bool ShouldAllowRunningInsecureContent(
|
| + bool allowed_per_settings,
|
| + const url::Origin& origin,
|
| + const GURL& resource_url,
|
| + content::WebContents* web_contents) override;
|
|
|
| #if defined(OS_ANDROID)
|
| void GetAdditionalMappedFilesForChildProcess(
|
|
|