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

Unified Diff: components/test_runner/test_runner.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: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index 6f26a2237c5a0c41a714c99cd3e339f6ab320604..c9527d68774b09a59459b77d649a7625451af087 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -54,7 +54,7 @@ class WebTestDelegate;
// 1. It implements |testRunner| javascript bindings for "global" / "ambient".
// Examples:
// - testRunner.dumpAsText (test flag affecting test behavior)
-// - testRunner.setAllowDisplayOfInsecureContent (test flag affecting product
+// - testRunner.setAllowRunningOfInsecureContent (test flag affecting product
// behavior)
// - testRunner.setTextSubpixelPositioning (directly interacts with product).
// Note that "per-view" (non-"global") bindings are handled by
@@ -406,7 +406,6 @@ class TestRunner : public WebTestRunner {
void SetScriptsAllowed(bool allowed);
void SetStorageAllowed(bool allowed);
void SetPluginsAllowed(bool allowed);
- void SetAllowDisplayOfInsecureContent(bool allowed);
void SetAllowRunningOfInsecureContent(bool allowed);
void SetAutoplayAllowed(bool allowed);
void DumpPermissionClientCallbacks();

Powered by Google App Engine
This is Rietveld 408576698