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

Unified Diff: components/test_runner/test_preferences.h

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/mock_content_settings_client.cc ('k') | components/test_runner/test_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_preferences.h
diff --git a/components/test_runner/test_preferences.h b/components/test_runner/test_preferences.h
index 94fde32a8362e883d1eca0e8fdace2a0a9aee17b..b1accb171179f89c4d7bf1ce240cb30fbc2b389f 100644
--- a/components/test_runner/test_preferences.h
+++ b/components/test_runner/test_preferences.h
@@ -20,7 +20,6 @@ struct TEST_RUNNER_EXPORT TestPreferences {
int default_font_size;
int minimum_font_size;
bool xss_auditor_enabled;
- bool allow_display_of_insecure_content;
bool allow_file_access_from_file_urls;
bool allow_running_of_insecure_content;
blink::WebString default_text_encoding_name;
« no previous file with comments | « components/test_runner/mock_content_settings_client.cc ('k') | components/test_runner/test_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698