Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Issue 12703020: Destroy NetworkChangeNotifier on the thread on which it is created (Closed)

Created:
7 years, 9 months ago by Sergey Ulanov
Modified:
7 years, 9 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190549

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M remoting/host/remoting_me2me_host.cc View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sergey Ulanov
7 years, 9 months ago (2013-03-25 20:00:11 UTC) #1
alexeypa (please no reviews)
lgtm
7 years, 9 months ago (2013-03-25 23:01:18 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/12703020/1
7 years, 9 months ago (2013-03-25 23:09:02 UTC) #3
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=127381
7 years, 9 months ago (2013-03-26 01:25:12 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/12703020/1
7 years, 9 months ago (2013-03-26 01:30:10 UTC) #5
commit-bot: I haz the power
7 years, 9 months ago (2013-03-26 03:53:33 UTC) #6
Message was sent while issue was closed.
Change committed as 190549

Powered by Google App Engine
This is Rietveld 408576698