Index: chrome/browser/net/chrome_url_request_context.h |
=================================================================== |
--- chrome/browser/net/chrome_url_request_context.h (revision 46098) |
+++ chrome/browser/net/chrome_url_request_context.h (working copy) |
@@ -254,12 +254,13 @@ |
ChromeURLRequestContextFactory* factory); |
// Note that GetURLRequestContext() can only be called from the IO |
- // thread (it will assert otherwise). GetCookieStore() however can |
- // be called from any thread. |
+ // thread (it will assert otherwise). GetCookieStore() and |
+ // GetIOMessageLoopProxy however can be called from any thread. |
// |
// URLRequestContextGetter implementation. |
virtual URLRequestContext* GetURLRequestContext(); |
virtual net::CookieStore* GetCookieStore(); |
+ virtual scoped_refptr<MessageLoopProxy> GetIOMessageLoopProxy(); |
// Convenience overload of GetURLRequestContext() that returns a |
// ChromeURLRequestContext* rather than a URLRequestContext*. |