commit | 073e74ade285c0c22ef01bccdf260854d7b1aa85 | [log] [tgz] |
---|---|---|
author | Frédéric Wang <[email protected]> | Wed Dec 16 17:43:32 2020 |
committer | Chromium LUCI CQ <[email protected]> | Wed Dec 16 17:43:32 2020 |
tree | 682fc171fcb47ddc29692865da6b903199aefb37 | |
parent | 2d7c12974ebcfd427865d5c8fe7df152d5588ca1 [diff] |
Remove blink::network_utils::IsOriginSecure After [1], blink::network_utils::IsOriginSecure is strictly equivalent to network::IsUrlPotentiallyTrustworthy. This CL removes IsOriginSecure, performs corresponding replacements and optionally adjusts DEPS files. Some conditions webauth_request_security_checker.cc and mixed_content_navigation_throttle.cc are also simplified, because checks are already included in network::IsUrlPotentiallyTrustworthy. There is no behavior changes, although uses of IsOrigin vs IsUrl may need to be reviewed in follow-up CLs [2]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2563683/1 [2] https://bugs.chromium.org/p/chromium/issues/detail?id=1158302 Bug: 1153336 Change-Id: Ibd1828c14d92c33291095174dbeb466259cc4530 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563883 Reviewed-by: Cait Phillips <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Matt Falkenhagen <[email protected]> Commit-Queue: Frédéric Wang <[email protected]> Cr-Commit-Position: refs/heads/master@{#837622}