 Chromium Code Reviews
 Chromium Code Reviews Issue 258008:
  Move initialization of ChromeURLRequestContexts to the IO thread.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 258008:
  Move initialization of ChromeURLRequestContexts to the IO thread.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: chrome/chrome.gyp | 
| =================================================================== | 
| --- chrome/chrome.gyp (revision 29872) | 
| +++ chrome/chrome.gyp (working copy) | 
| @@ -1744,6 +1744,8 @@ | 
| 'browser/net/browser_url_util.h', | 
| 'browser/net/chrome_url_request_context.cc', | 
| 'browser/net/chrome_url_request_context.h', | 
| + 'browser/net/url_request_context_getter.cc', | 
| + 'browser/net/url_request_context_getter.h', | 
| 'browser/net/dns_global.cc', | 
| 'browser/net/dns_global.h', | 
| 'browser/net/dns_host_info.cc', |