diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 21:51:54 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 21:51:54 +0000 |
commit | 09be0c3b503fade4be4ab945ab5987dbfdf190dc (patch) | |
tree | b9e792901f4d46168c3261b5f43c15c07729b340 /remoting/host/plugin/host_script_object.h | |
parent | e6426c1bc17943297147002abd91760d7dcf4554 (diff) | |
download | chromium_src-09be0c3b503fade4be4ab945ab5987dbfdf190dc.zip chromium_src-09be0c3b503fade4be4ab945ab5987dbfdf190dc.tar.gz chromium_src-09be0c3b503fade4be4ab945ab5987dbfdf190dc.tar.bz2 |
[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
Diffstat (limited to 'remoting/host/plugin/host_script_object.h')
-rw-r--r-- | remoting/host/plugin/host_script_object.h | 1 |
1 files changed, 1 insertions, 0 deletions
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_; |