| 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 dd23bded1a0a27b520144ce04917f0db0b479d44..9f51bd1126e50c468b4ec6f5df72dd6989baf0f4 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -257,6 +257,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(
|
|
|