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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/mixed-content-type-test.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/inspector-protocol/resources/mixed-content-type-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/mixed-content-type-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/mixed-content-type-test.js
index 10888f4cb671f7f28a4f8c4317de4ced34ac61c5..c18966954de1b7b678f8691a8692199985a594c2 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/mixed-content-type-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/mixed-content-type-test.js
@@ -1,6 +1,5 @@
if (window.testRunner) {
testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
- testRunner.overridePreference("WebKitAllowDisplayingInsecureContent", true);
}
function test()

Powered by Google App Engine
This is Rietveld 408576698