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

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

Issue 2363003: Rework the logging for sockets/connectjobs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | « chrome/browser/dom_ui/net_internals_ui.cc ('k') | chrome/browser/net/connection_tester.cc » ('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 48758)
+++ chrome/browser/net/chrome_url_request_context.cc (working copy)
@@ -256,6 +256,7 @@
context->proxy_service(),
context->ssl_config_service(),
context->http_auth_handler_factory(),
+ io_thread()->globals()->net_log.get(),
backend);
if (command_line.HasSwitch(switches::kDisableByteRangeSupport))
@@ -379,6 +380,7 @@
context->proxy_service(),
context->ssl_config_service(),
context->http_auth_handler_factory(),
+ io_thread()->globals()->net_log.get(),
backend);
context->set_cookie_store(new net::CookieMonster(NULL,
cookie_monster_delegate_));
@@ -474,6 +476,7 @@
main_context->proxy_service(),
main_context->ssl_config_service(),
main_context->http_auth_handler_factory(),
+ io_thread()->globals()->net_log.get(),
backend);
}
« no previous file with comments | « chrome/browser/dom_ui/net_internals_ui.cc ('k') | chrome/browser/net/connection_tester.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698