Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 0a0cad11405045ca5ac663b43037c5a46739f797..619c4da022e52ab62638c4d1e386333bb2eadacd 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -424,6 +424,17 @@ class IOThread : public content::BrowserThreadDelegate { |
const base::CommandLine& command_line, |
const VariationParameters& quic_trial_params); |
+ static net::URLRequestContext* ConstructSystemRequestContext( |
+ IOThread::Globals* globals, |
+ net::NetLog* net_log); |
+ |
+ // TODO(willchan): Remove proxy script fetcher context since it's not |
+ // necessary now that I got rid of refcounting URLRequestContexts. |
+ // See IOThread::Globals for details. |
+ static net::URLRequestContext* ConstructProxyScriptFetcherContext( |
+ IOThread::Globals* globals, |
+ net::NetLog* net_log); |
+ |
// The NetLog is owned by the browser process, to allow logging from other |
// threads during shutdown, but is used most frequently on the IOThread. |
ChromeNetLog* net_log_; |