Fix "Stuck at CONNECTION_NONE" issue in NetworkChangeNotifier (Linux).
NetworkChangeNotifier::NetworkChangeCalculator::OnIPAddressChanged() never updated the potentially incorrect |pending_connection_type_| initial value of CONNECTION_NONE. This caused detected IP address changes to trigger OnNetworkChanged() events with incorrect connection types. This fix sets |pending_connection_type_| accurately. The issue was observed on home devices, where CONNECTION_NONE state determines that the device is offline and blocks the OOBE flow. Bug: 142898314 Change-Id: I8d15bd231beac73fc91963ebe162ae6fb59f6d4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873377 Commit-Queue: Valeriy Balabanov <balabasik@google.com> Auto-Submit: Valeriy Balabanov <balabasik@google.com> Reviewed-by:Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#710008}
Showing
Please register or sign in to comment