summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-11 13:31:04 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-11 13:31:04 +0000
commit452e50c1e8566370895120cd29d3546bfc4851fe (patch)
treec9f44d59dd65323e2b0343015d84d1a3aa4b8ab8
parent107843627275fdfbf168f5891e021980483ddb7d (diff)
downloadchromium_src-452e50c1e8566370895120cd29d3546bfc4851fe.zip
chromium_src-452e50c1e8566370895120cd29d3546bfc4851fe.tar.gz
chromium_src-452e50c1e8566370895120cd29d3546bfc4851fe.tar.bz2
[content shell] remove dead code (disabling ssl certificate checks for layout tests)
This is now configured in the ShellURLRequestContext BUG=111316 TEST=none Review URL: https://chromiumcodereview.appspot.com/11093069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161337 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/shell/shell_main_delegate.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
index 35a9350..6ddd6f0 100644
--- a/content/shell/shell_main_delegate.cc
+++ b/content/shell/shell_main_delegate.cc
@@ -16,7 +16,6 @@
#include "content/shell/shell_content_renderer_client.h"
#include "content/shell/shell_switches.h"
#include "net/cookies/cookie_monster.h"
-#include "net/http/http_stream_factory.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/ui_base_paths.h"
@@ -91,7 +90,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
switches::kAllowFileAccessFromFiles);
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kForceCompositingMode);
- //net::HttpStreamFactory::set_ignore_certificate_errors(true);
net::CookieMonster::EnableFileScheme();
}
SetContentClient(&content_client_);