Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2908)

Unified Diff: chrome/service/remoting/chromoting_host_manager.h

Issue 6489031: Run event executor on the ui thread to remove the need to explicitly XFlush() the XTest calls. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed unused headers. Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/message_loop.cc ('k') | chrome/service/remoting/chromoting_host_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/remoting/chromoting_host_manager.h
diff --git a/chrome/service/remoting/chromoting_host_manager.h b/chrome/service/remoting/chromoting_host_manager.h
index 4ca1d6f9a7baa1f3f0bfd7fb1ff99639ea1be0da..70cf4e96de36f72e2b695bbd4b607cc6a6668ec3 100644
--- a/chrome/service/remoting/chromoting_host_manager.h
+++ b/chrome/service/remoting/chromoting_host_manager.h
@@ -41,7 +41,7 @@ class ChromotingHostManager
// destroyed while this object exists.
explicit ChromotingHostManager(Observer* observer);
- void Initialize(MessageLoop* main_message_loop,
+ void Initialize(MessageLoopForUI* main_message_loop,
base::MessageLoopProxy* file_message_loop);
// Shutdown ChromotingHostManager. |done_task| will be executed when done.
@@ -83,7 +83,7 @@ class ChromotingHostManager
scoped_ptr<remoting::ChromotingHostContext> chromoting_context_;
scoped_refptr<remoting::ChromotingHost> chromoting_host_;
- MessageLoop* main_message_loop_;
+ MessageLoopForUI* main_message_loop_;
scoped_ptr<Task> shutdown_task_;
};
« no previous file with comments | « base/message_loop.cc ('k') | chrome/service/remoting/chromoting_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698