diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 21:25:42 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 21:25:42 +0000 |
commit | 1e72daa1a67e0e1105e6e31a949e2628ab88eb34 (patch) | |
tree | a3ac2d965c14d6608ba76e8d9b4ccefdce7a3842 /remoting/host/chromoting_host_context.h | |
parent | 519b5bf5aeed0f38179fb9b3271c8c3539f47cdc (diff) | |
download | chromium_src-1e72daa1a67e0e1105e6e31a949e2628ab88eb34.zip chromium_src-1e72daa1a67e0e1105e6e31a949e2628ab88eb34.tar.gz chromium_src-1e72daa1a67e0e1105e6e31a949e2628ab88eb34.tar.bz2 |
Resubmit "Fix crashes in ChromotingHost"
Simplified the test to run on the main message loop. Also fixed a possible memory
leak caught by valgrind.
BUG=70903
TEST=None
Review URL: http://codereview.chromium.org/6245016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host_context.h')
-rw-r--r-- | remoting/host/chromoting_host_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h index 47e224a..17b57ff 100644 --- a/remoting/host/chromoting_host_context.h +++ b/remoting/host/chromoting_host_context.h @@ -29,7 +29,6 @@ class ChromotingHostContext { virtual JingleThread* jingle_thread(); - // TODO(hclam): Change these all to MessageLoopProxy. virtual MessageLoop* main_message_loop(); virtual MessageLoop* encode_message_loop(); virtual MessageLoop* network_message_loop(); |