DescriptionDestroy NetworkChangeNotifier on the thread on which it is created
Previously NetworkChangeNotifier was created on UI thread, but could be
destroyed on some other random thread, which could cause the crash in the
linked bug.
Moved creation and destruction of the NetworkChangeNotifier to the
network thread.
BUG=179476
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190549
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|