Switch //net functions to use SchemeIsCryptographic() instead of SchemeIsSecure().
commita774b92283e458a9bc77ba0ce49777b74cde493a
authorlgarron <lgarron@chromium.org>
Thu, 14 May 2015 22:56:37 +0000 (14 15:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 14 May 2015 22:57:30 +0000 (14 22:57 +0000)
tree6a7559ff3cc75464edac4f7c62875e8181dacec2
parent05a3de409c2653028aede6a467bb70c0addf57fc
Switch //net functions to use SchemeIsCryptographic() instead of SchemeIsSecure().

SchemeIsCryptographic more appropriately reflects
the intent (that a cryptographically secure
transport was used - e.g. https:// and wss:// schemes),
whereas SchemeIsSecure also considers situations where
the scheme is locally trusted (e.g. filesystem URLs)

BUG=362214

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

Cr-Commit-Position: refs/heads/master@{#329966}
net/base/sdch_dictionary.cc
net/base/sdch_manager.cc
net/cookies/canonical_cookie.cc
net/http/http_auth_controller.cc
net/http/http_network_transaction.cc
net/http/http_stream_parser.cc
net/quic/quic_http_stream.cc