From 09be0c3b503fade4be4ab945ab5987dbfdf190dc Mon Sep 17 00:00:00 2001 From: "alexeypa@chromium.org" Date: Wed, 12 Sep 2012 21:51:54 +0000 Subject: [Chromoting] Wait synchronously until it is safe to drop task runner references. BUG=148417 Review URL: https://chromiumcodereview.appspot.com/10913202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156388 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/plugin/host_script_object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'remoting/host/plugin/host_script_object.h') diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h index abb6734..c295e6d 100644 --- a/remoting/host/plugin/host_script_object.h +++ b/remoting/host/plugin/host_script_object.h @@ -324,6 +324,7 @@ class HostNPScriptObject : public HostStatusObserver { base::Lock ui_strings_lock_; base::WaitableEvent disconnected_event_; + base::WaitableEvent stopped_event_; base::Lock nat_policy_lock_; -- cgit v1.1