commit | 05d31502432c0c7df1ae4a6316305eba46873d73 | [log] [tgz] |
---|---|---|
author | Regan Hsu <hsuregan@google.com> | Fri Jun 14 22:08:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 14 22:08:22 2024 |
tree | 7f1ad73287ca37c377dc1b4ceca94c1202ee89dd | |
parent | b664444c924c455984420442647cbe1deab55b4f [diff] |
[CrOS Cellular] Block user custom APNs if specified by admin. If AllowAPNModification *exists* and is set to false, then user defined custom APNs will not be propagated to shill. This is done by adding 'CustomAPNList' to the list of recommended (not enforced) properties if AllowAPNModification is not specified (not provided and sent by DPanel) or if is specified and set to true. Otherwise, the CustomAPNList will be set to an empty list. video for clarification: https://drive.google.com/file/d/1e9HRbuNsSu90d1Vb3pChAj3dKU_R1KA4/view?usp=sharing Bug: b/162365553 Test: chromeos_components_unittest Change-Id: I0be5a21114837c3f8676ef4a340f7f47e9a118db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5615650 Reviewed-by: Nikhil Nayunigari <nikhilcn@google.com> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by: Chad Duffin <chadduffin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1315474}
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.