commit | 9dcaf5962cf73f2856f5824ae96f9818e8d979e5 | [log] [tgz] |
---|---|---|
author | Doug Turner <[email protected]> | Thu Dec 21 04:38:53 2017 |
committer | Commit Bot <[email protected]> | Thu Dec 21 04:38:53 2017 |
tree | 4bd88a35ae690e09dbef02f92027f9c4095dc886 | |
parent | 1bd46009e448a4b463cb781b78446ffdac67918f [diff] |
Add Chrome Policy Blacklist support for Network Service In this CL, we create a new implementation of NavigationThrottle, called PolicyBlacklistNavigationThrottle in which we call into a policy::URLBlacklistManager implementation during calls to WillStartRequest(). If the requested URL is in the blocklist, we’d return CANCEL otherwise PROCEED. This CL also introduces a KeyedService for accessing the policy::URLBlacklistManager. This was reverted in 814394 due to a non-plzNavigate path not working. Will reland after plznavigate is the only path. [email protected], [email protected], [email protected] Bug: 756642 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: If5f5259397ee9305c75190f1bbc35a108c80bbc5 Reviewed-on: https://chromium-review.googlesource.com/814695 Reviewed-by: John Abd-El-Malek <[email protected]> Reviewed-by: Doug Turner <[email protected]> Commit-Queue: Doug Turner <[email protected]> Cr-Commit-Position: refs/heads/master@{#525606}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .