| Index: components/test_runner/web_content_settings.h
|
| diff --git a/components/test_runner/web_content_settings.h b/components/test_runner/web_content_settings.h
|
| index dab51edc6c0552144720a069f8e8efd6faec088e..20f4b6ebb926852dcd2743a7d62c6476accd1e26 100644
|
| --- a/components/test_runner/web_content_settings.h
|
| +++ b/components/test_runner/web_content_settings.h
|
| @@ -26,7 +26,6 @@ class WebContentSettings : public blink::WebContentSettingsClient {
|
| bool allowStorage(bool local) override;
|
| bool allowPlugins(bool enabledPerSettings) override;
|
| bool allowDisplayingInsecureContent(bool enabledPerSettings,
|
| - const blink::WebSecurityOrigin&,
|
| const blink::WebURL&) override;
|
| bool allowRunningInsecureContent(bool enabledPerSettings,
|
| const blink::WebSecurityOrigin&,
|
|
|