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

Unified Diff: content/public/common/web_preferences.h

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.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index f9b778badc6d1155a7988bf359303283a1ba10f2..5d39a559562e0fd48b7d2318b0f01402ee5ef4dd 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -137,7 +137,6 @@ struct CONTENT_EXPORT WebPreferences {
bool accelerated_filters_enabled;
bool deferred_filters_enabled;
bool container_culling_enabled;
- bool allow_displaying_insecure_content;
bool allow_running_insecure_content;
// If true, taints all <canvas> elements, regardless of origin.
bool disable_reading_from_canvas;

Powered by Google App Engine
This is Rietveld 408576698