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

Unified Diff: chrome/browser/io_thread.h

Issue 1288383002: Use common code to set HttpNetworkSession::Param pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to r345348. Created 5 years, 4 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 | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698