summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 00:36:22 +0000
committerwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 00:36:22 +0000
commita4067689f0de7f3f66a37b8ed400b15548ad217a (patch)
tree9de7b2816c99e1d6a4fa1be020d8318aa3dcae20 /remoting
parent3d5c243b1ce05106cfaaa3c236be066c772fec62 (diff)
downloadchromium_src-a4067689f0de7f3f66a37b8ed400b15548ad217a.zip
chromium_src-a4067689f0de7f3f66a37b8ed400b15548ad217a.tar.gz
chromium_src-a4067689f0de7f3f66a37b8ed400b15548ad217a.tar.bz2
Ensure that the NetworkChangeNotifier is torn down on the UI thread.
Review URL: https://chromiumcodereview.appspot.com/11421142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/remoting_me2me_host.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
index 8cfdc5f..47be4d8 100644
--- a/remoting/host/remoting_me2me_host.cc
+++ b/remoting/host/remoting_me2me_host.cc
@@ -621,6 +621,7 @@ void HostProcess::ShutdownOnUiThread() {
DCHECK(context_->ui_task_runner()->BelongsToCurrentThread());
// Tear down resources that need to be torn down on the UI thread.
+ network_change_notifier_.reset();
config_watcher_.reset();
daemon_channel_.reset();
desktop_environment_factory_.reset();