commit | 3b3fff8c33afb97fb1034306bfb509d0aa26410c | [log] [tgz] |
---|---|---|
author | Regan Hsu <hsuregan@google.com> | Wed Apr 12 23:45:55 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 12 23:45:55 2023 |
tree | f08d353d415f05e882e080872194c8f90b06bd1d | |
parent | 0e1eb84878130fbdc388b121ffa02d803064a004 [diff] |
[CrOS Cellular] Handle non-managed network when no last connected apn. Implement ApnMigrator case where the network is non-managed and contains no last_connected_attach_apn AND no last_connected_default_apn. The saved custom APN is migrated. If the saved custom APN matches the last_good_apn, the APN is migrated in Enabled state. If the saved custom APN does not match the last_good_apn, the APN is migrated in Disabled state. Bug: b:162365553 Test: *ApnMigrator* Change-Id: I9701727229f8e86fbab641260b49c0a4505afa38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4415690 Reviewed-by: Gordon Seto <gordonseto@google.com> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by: Chad Duffin <chadduffin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1129598}
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.