commit | 39dc52d448aebd5013ac77960416ac13982a806b | [log] [tgz] |
---|---|---|
author | Steven Bennetts <stevenjb@chromium.org> | Wed Aug 17 14:46:43 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 17 14:46:43 2022 |
tree | c2680bacf49903421439f2a278706d00fb1eacd8 | |
parent | 4dcca6de8e9a98e8660949d22afeed7fe0705365 [diff] |
NetworkPortalDetector: Elim NetworkPortalDetectorStrategy When Chrome's CaptivePortalDetector was primary, the Strategy class was intended to allow different strategies for portal detection backoff. With Shill portal detection as primary, that logic is integrated into Shill (and made consistent) so this class is no longer necessary. This CL simplifies the timeouts used for Chrome detection when it is triggered (e.g. when a proxy is configured). Bug=b:207088236 Change-Id: Idd22388dbe5c0e389346b534f4e835e94bdc8684 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3828050 Reviewed-by: Danila Kuzmin <dkuzmin@google.com> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/main@{#1036058}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.