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

Unified Diff: content/shell/shell_main_delegate.cc

Issue 11093069: [content shell] remove dead code (disabling ssl certificate checks for layout tests) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_main_delegate.cc
diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
index 35a9350be74dec5d359d8529ac6e7f3cf34107fa..6ddd6f0dcf814459996e190ba318ba026786180a 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_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698