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

Unified Diff: components/test_runner/test_runner.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/test_preferences.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index b394f97b85fbfd1e48c7d95758fa328a53df55fe..856dc80020deffcc06053a475a8a50075afe40a8 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
@@ -405,7 +405,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();
« no previous file with comments | « components/test_runner/test_preferences.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698