Destroy 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 Review URL: https://chromiumcodereview.appspot.com/12703020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190549 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment