commit | cf92aa8ec48a4fb35b7356ecc855cc0ecb99accb | [log] [tgz] |
---|---|---|
author | Jason Zhang <jiajunz@google.com> | Thu Oct 21 17:10:38 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 21 17:10:38 2021 |
tree | 4454119d701033f216f9edde12984f48e9befbb2 | |
parent | 85ad368ad03349967f9db54051f472be0d395ec7 [diff] |
[CrOS Network] Do not display network icon if there's no network state This CL fixes the bug where an unnecessary black square is seen when user click on 'Forget' option in Chrome OS settings page. The bug is introduced by CL: https://chromium-review.googlesource.com/c/chromium/src/+/3029745. This is because when there's no network state, it will fill in the entire icon div with the background color, so change to hide the icon in this case. Fixed: 1259117 Change-Id: Iedf83c8a4665284edaa24bbd8307d27e3fa233b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3232380 Reviewed-by: Azeem Arshad <azeemarshad@chromium.org> Commit-Queue: Jason Zhang <jiajunz@google.com> Cr-Commit-Position: refs/heads/main@{#933923}
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.