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

Unified Diff: components/test_runner/layout_test_runtime_flags.cc

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/layout_test_runtime_flags.cc
diff --git a/components/test_runner/layout_test_runtime_flags.cc b/components/test_runner/layout_test_runtime_flags.cc
index 8c0adef642e47dca087aae6091a7d51ff6ada585..fb9f4de803e40993e4a62f2a4457737da96c2995 100644
--- a/components/test_runner/layout_test_runtime_flags.cc
+++ b/components/test_runner/layout_test_runtime_flags.cc
@@ -39,7 +39,6 @@ void LayoutTestRuntimeFlags::Reset() {
set_scripts_allowed(true);
set_storage_allowed(true);
set_plugins_allowed(true);
- set_displaying_insecure_content_allowed(false);
set_running_insecure_content_allowed(false);
set_autoplay_allowed(true);
« no previous file with comments | « components/test_runner/layout_test_runtime_flags.h ('k') | components/test_runner/mock_content_settings_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698