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

Unified Diff: chrome/service/service_process.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 | « chrome/service/remoting/chromoting_host_manager.cc ('k') | chrome/service/service_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process.h
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
index ac3a12869cebcebc0a0fe8f14543e0a5270a75e0..8a84efd75797305572550349e5b748d9ad1eda93 100644
--- a/chrome/service/service_process.h
+++ b/chrome/service/service_process.h
@@ -34,7 +34,8 @@ class ServiceProcess : public CloudPrintProxy::Client,
~ServiceProcess();
// Initialize the ServiceProcess with the message loop that it should run on.
- bool Initialize(MessageLoop* message_loop, const CommandLine& command_line);
+ bool Initialize(MessageLoopForUI* message_loop,
+ const CommandLine& command_line);
bool Teardown();
// TODO(sanjeevr): Change various parts of the code such as
// net::ProxyService::CreateSystemProxyConfigService to take in
« no previous file with comments | « chrome/service/remoting/chromoting_host_manager.cc ('k') | chrome/service/service_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698