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

Unified Diff: chrome/browser/net/chrome_url_request_context.cc

Issue 1052002: Move over another legacy "LoadLog-style" event generator to routing its messa... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address willchan's comments Created 10 years, 9 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/net/passive_log_collector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/chrome_url_request_context.cc
===================================================================
--- chrome/browser/net/chrome_url_request_context.cc (revision 41689)
+++ chrome/browser/net/chrome_url_request_context.cc (working copy)
@@ -82,6 +82,7 @@
// Create a proxy service according to the options on command line.
net::ProxyService* CreateProxyService(
net::NetworkChangeNotifier* network_change_notifier,
+ net::NetLog* net_log,
URLRequestContext* context,
net::ProxyConfigService* proxy_config_service,
const CommandLine& command_line,
@@ -101,6 +102,7 @@
use_v8,
context,
network_change_notifier,
+ net_log,
io_loop);
}
@@ -150,6 +152,7 @@
context->set_proxy_service(
CreateProxyService(io_thread()->globals()->network_change_notifier.get(),
+ io_thread()->globals()->net_log.get(),
context,
proxy_config_service_.release(),
command_line,
« no previous file with comments | « no previous file | chrome/browser/net/passive_log_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698