Remove 4 net load flags to ignore various types of cert warnings.
commitb47bad57268c443ae281ff13a3866895cca9b009
authormmenke <mmenke@chromium.org>
Mon, 2 Feb 2015 23:09:00 +0000 (2 15:09 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 2 Feb 2015 23:10:53 +0000 (2 23:10 +0000)
tree981c8348fa08d38afc76e196ea17753569d6c4cb
parent21810c1f4e59ba515a5c7fd22815fb913be48322
Remove 4 net load flags to ignore various types of cert warnings.

None of them were being used, none had tests, and one didn't even do
anything.  This CL does not remove IGNORE_ALL_CERT_ERRORS, since it's
actually used in production (Though not unit tested, apparently...)

BUG=426442

Review URL: https://codereview.chromium.org/893063002

Cr-Commit-Position: refs/heads/master@{#314215}
net/base/load_flags_list.h
net/socket/ssl_client_socket.cc