Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: components/test_runner/mock_content_settings_client.h

Issue 2278303002: Remove the allow-displaying-mixed-content setting from Blink. (Closed)
Patch Set: Fixed missign deprecated preference registration. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/test_runner/mock_content_settings_client.h
diff --git a/components/test_runner/mock_content_settings_client.h b/components/test_runner/mock_content_settings_client.h
index 26126bb677cfde7b0e9aa23c752864809de7e390..f01440b62f7548b1bc19970ee710ca15572b0e1f 100644
--- a/components/test_runner/mock_content_settings_client.h
+++ b/components/test_runner/mock_content_settings_client.h
@@ -29,8 +29,6 @@ class MockContentSettingsClient : public blink::WebContentSettingsClient {
const blink::WebURL& script_url) override;
bool allowStorage(bool local) override;
bool allowPlugins(bool enabled_per_settings) override;
- bool allowDisplayingInsecureContent(bool enabled_per_settings,
- const blink::WebURL& url) override;
bool allowRunningInsecureContent(bool enabled_per_settings,
const blink::WebSecurityOrigin& context,
const blink::WebURL& url) override;
« no previous file with comments | « components/test_runner/layout_test_runtime_flags.cc ('k') | components/test_runner/mock_content_settings_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698