DescriptionImplement new network change notifier that uses NetworkStateHandler
[This is a reland of 174127 which failed clang bots due to missing virtual
keyword on OVERRIDEs.]
This implements the new network change notifier that informs the Chrome
network stack of connectivity changes.
It's currently behind the --enable-new-network-handlers command line flag.
BUG=chromium-os:159647
TEST=unit tests, gmerged on a device and ensured offline->online and
online->offline transitions are correctly detected.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174431
Patch Set 1 : . #
Total comments: 2
Patch Set 2 : Move to net/base #
Total comments: 32
Patch Set 3 : address comments + move back to chromeos/ #
Total comments: 2
Patch Set 4 : address syzm comments #
Total comments: 13
Patch Set 5 : address comments #Patch Set 6 : Fix clang warning (missing virtual on OVERRIDE) #Messages
Total messages: 25 (0 generated)
|