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

Unified Diff: components/test_runner/layout_test_runtime_flags.cc

Issue 2278303002: Remove the allow-displaying-mixed-content setting from Blink. (Closed)
Patch Set: Updated JNI mixed content settings getters for Android WebView 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 f2b010fb66af79e7e27b081b694537912180ac2d..2cc372ba9b05ed55a25737575b33429620b994d9 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);

Powered by Google App Engine
This is Rietveld 408576698