Skip to content

Commit

Permalink
Revert 69196 - Revert 69190 - Revert 68827 - Use SChannel for Windows.
Browse files Browse the repository at this point in the history
Test to see if this stops memory corruption crashes, will revert after a canary release.

BUG=65948
TEST=none

Review URL: http://codereview.chromium.org/5733003

TBR=willchan@chromium.org
Review URL: http://codereview.chromium.org/5805005

TBR=willchan@chromium.org
Review URL: http://codereview.chromium.org/5835001

TBR=willchan@chromium.org
Review URL: http://codereview.chromium.org/5828002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69217 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
willchan@chromium.org committed Dec 15, 2010
1 parent 779a065 commit cb55077
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chrome/browser/browser_main_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -240,16 +240,12 @@ class BrowserMainPartsWin : public BrowserMainParts {
// Because of a build system issue (http://crbug.com/43461), the default
// client socket factory uses SChannel (the system SSL library) for SSL by
// default on Windows.

// Disabling this temporarily to test out if NSS is causing heap corruption.
#if 0
if (!parsed_command_line().HasSwitch(switches::kUseSystemSSL)) {
net::ClientSocketFactory::SetSSLClientSocketFactory(
net::SSLClientSocketNSSFactory);
// We want to be sure to init NSPR on the main thread.
base::EnsureNSPRInit();
}
#endif
}
};

Expand Down

0 comments on commit cb55077

Please sign in to comment.