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

Unified Diff: remoting/host/url_request_context.h

Issue 10572005: Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « remoting/host/url_fetcher_unittest.cc ('k') | remoting/host/url_request_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/url_request_context.h
diff --git a/remoting/host/url_request_context.h b/remoting/host/url_request_context.h
index 71766b7091fba45178786f04dbf5198ee1509a1b..23d55a44b0877bc0cd3427d32845fcd3b73888d9 100644
--- a/remoting/host/url_request_context.h
+++ b/remoting/host/url_request_context.h
@@ -39,9 +39,10 @@ class URLRequestContext : public net::URLRequestContext {
class URLRequestContextGetter : public net::URLRequestContextGetter {
public:
- URLRequestContextGetter(base::MessageLoopProxy* ui_message_loop,
- MessageLoop* io_message_loop,
- MessageLoopForIO* file_message_loop);
+ URLRequestContextGetter(
+ scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
+ scoped_refptr<base::SingleThreadTaskRunner> network_task_runner,
+ MessageLoopForIO* file_message_loop);
// Overridden from net::URLRequestContextGetter:
virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
« no previous file with comments | « remoting/host/url_fetcher_unittest.cc ('k') | remoting/host/url_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698