| Index: content/shell/shell_main_delegate.cc
|
| diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
|
| index 7a64d2d17ce98cb30813308dba7d421e7a8ff466..35a9350be74dec5d359d8529ac6e7f3cf34107fa 100644
|
| --- a/content/shell/shell_main_delegate.cc
|
| +++ b/content/shell/shell_main_delegate.cc
|
| @@ -91,7 +91,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| switches::kAllowFileAccessFromFiles);
|
| CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kForceCompositingMode);
|
| - net::HttpStreamFactory::set_ignore_certificate_errors(true);
|
| + //net::HttpStreamFactory::set_ignore_certificate_errors(true);
|
| net::CookieMonster::EnableFileScheme();
|
| }
|
| SetContentClient(&content_client_);
|
|
|