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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/resources/init.js

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
Index: third_party/WebKit/LayoutTests/http/tests/fetch/resources/init.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/resources/init.js b/third_party/WebKit/LayoutTests/http/tests/fetch/resources/init.js
index a1c1af9eb58597ee2a04d50c3fa258d9c2f91555..2ec08f1947b835cd7173b4eba0eba02b43962b42 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/resources/init.js
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/resources/init.js
@@ -9,8 +9,6 @@ if (window.testRunner) {
// Turning the switch below to false makes this condition above false, and
// make content_shell to run into Step 7 to test mixed content blocking.
testRunner.overridePreference('WebKitAllowRunningInsecureContent', false);
- //FIXME: to be removed.
- //testRunner.overridePreference('WebKitAllowDisplayingInsecureContent', true);
// Accept all cookies.
testRunner.setBlockThirdPartyCookies(false);

Powered by Google App Engine
This is Rietveld 408576698