Index: chrome/browser/ssl/ssl_browser_tests.cc |
=================================================================== |
--- chrome/browser/ssl/ssl_browser_tests.cc (revision 105554) |
+++ chrome/browser/ssl/ssl_browser_tests.cc (working copy) |
@@ -222,6 +222,7 @@ |
// Browser will neither run nor display insecure content. |
virtual void SetUpCommandLine(CommandLine* command_line) { |
command_line->AppendSwitch(switches::kNoDisplayingInsecureContent); |
+ command_line->AppendSwitch(switches::kNoRunningInsecureContent); |
} |
}; |