diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 20:51:47 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 20:51:47 +0000 |
commit | 3403f0614d8ad41fd5918b147e98db604f5380dc (patch) | |
tree | dad21ca863ed6a58b0e542284d71330538bfa2b3 /remoting/host/desktop_environment.h | |
parent | 64b01a37155c8ab702dfd1b18d13bd26bab026c8 (diff) | |
download | chromium_src-3403f0614d8ad41fd5918b147e98db604f5380dc.zip chromium_src-3403f0614d8ad41fd5918b147e98db604f5380dc.tar.gz chromium_src-3403f0614d8ad41fd5918b147e98db604f5380dc.tar.bz2 |
Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.
This affects the following classes:
* ChromotingClient
* ChromotingInstance
* HostUserInterface
* It2MeHostUserInterface
The MessageLoopProxy/WeakPtr combination requires that the WeakPtr is created on the thread referred to by the proxy; code in which that is hard to arrange usually has subtle race-conditions.
TEST=Existing unit-tests, and manual testing.
Review URL: https://chromiumcodereview.appspot.com/10454040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/desktop_environment.h')
-rw-r--r-- | remoting/host/desktop_environment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h index f49fcdc..6d1d80c 100644 --- a/remoting/host/desktop_environment.h +++ b/remoting/host/desktop_environment.h @@ -11,7 +11,6 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/time.h" -#include "remoting/base/scoped_thread_proxy.h" #include "remoting/host/event_executor.h" namespace remoting { |