commit | 6498dbe4c3316a773629194f12c5f8117ba1bae7 | [log] [tgz] |
---|---|---|
author | Ahmed Nasr <anasr@google.com> | Wed Nov 16 20:09:39 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 16 20:09:39 2022 |
tree | b3c1b57b23e2cba11e327f81e95448f914c3adee | |
parent | 11dc9eeb1534fef1284a560b7aed55e84f36f1fd [diff] |
Remove NOTREACHED for not found guid of OnSignalStrengthChanged. It is possible for the NetworkState instance corresponding to the signal strength change event to be removed by the time the event is observed, so just return early in this case. Also DCHECK signal strength value instead of NOTREACHED and return to follow the style guide. Bug: b:242583219, 1383366 Change-Id: I765c602d09f7af756f785d3aeeb61b658f42fcaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4032087 Commit-Queue: Ahmed Nasr <anasr@google.com> Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1072405}
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.