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/remoting.gyp | |
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/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 2d4648b..4485937 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1043,8 +1043,6 @@ 'base/rate_counter.h', 'base/running_average.cc', 'base/running_average.h', - 'base/scoped_thread_proxy.cc', - 'base/scoped_thread_proxy.h', 'base/util.cc', 'base/util.h', ], |