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

Unified Diff: content/common/content_switches.cc

Issue 8080004: Fix bug where --allow-running-insecure-content flag doesn't work against google.com sites in stab... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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: content/common/content_switches.cc
===================================================================
--- content/common/content_switches.cc (revision 103212)
+++ content/common/content_switches.cc (working copy)
@@ -10,10 +10,6 @@
// override for developers who need the old behavior for testing.
const char kAllowFileAccessFromFiles[] = "allow-file-access-from-files";
-// By default, an https page cannot run JavaScript, CSS or plug-ins from http
-// URLs. This provides an override to get the old insecure behavior.
-const char kAllowRunningInsecureContent[] = "allow-running-insecure-content";
-
// Allows debugging of sandboxed processes (see zygote_main_linux.cc).
const char kAllowSandboxDebugging[] = "allow-sandbox-debugging";
@@ -322,10 +318,6 @@
// Causes the process to run as a NativeClient loader.
const char kNaClLoaderProcess[] = "nacl-loader";
-// By default, an https page can load images, fonts or frames from an http page.
-// This switch overrides this to block this lesser mixed-content problem.
-const char kNoDisplayingInsecureContent[] = "no-displaying-insecure-content";
-
// Support a separate switch that enables the v8 playback extension.
// The extension causes javascript calls to Date.now() and Math.random()
// to return consistent values, such that subsequent loads of the same
« chrome/renderer/chrome_render_view_observer.cc ('K') | « content/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698