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

Unified Diff: components/test_runner/test_preferences.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
« no previous file with comments | « components/test_runner/test_preferences.h ('k') | components/test_runner/test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_preferences.cc
diff --git a/components/test_runner/test_preferences.cc b/components/test_runner/test_preferences.cc
index 318889f25b34d5638e31aac384327a0ef94f2a37..b66ce4bf7e1baf7030cd1284599ba73f19ad64fa 100644
--- a/components/test_runner/test_preferences.cc
+++ b/components/test_runner/test_preferences.cc
@@ -17,7 +17,6 @@ void TestPreferences::Reset() {
default_font_size = 16;
minimum_font_size = 0;
xss_auditor_enabled = false;
- allow_display_of_insecure_content = true;
allow_file_access_from_file_urls = true;
allow_running_of_insecure_content = true;
default_text_encoding_name = WebString::fromUTF8("ISO-8859-1");
« no previous file with comments | « components/test_runner/test_preferences.h ('k') | components/test_runner/test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698