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

Unified Diff: content/public/common/web_preferences.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: content/public/common/web_preferences.cc
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
index b856339d4c342749b23fb021d1773fb603ab9dce..48a78a46fa1b7e7896e99830987a35d7604652a6 100644
--- a/content/public/common/web_preferences.cc
+++ b/content/public/common/web_preferences.cc
@@ -116,7 +116,6 @@ WebPreferences::WebPreferences()
accelerated_filters_enabled(false),
deferred_filters_enabled(false),
container_culling_enabled(false),
- allow_displaying_insecure_content(true),
allow_running_insecure_content(false),
disable_reading_from_canvas(false),
strict_mixed_content_checking(false),

Powered by Google App Engine
This is Rietveld 408576698