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

Unified Diff: branches/1500/src/chrome/browser/net/chrome_url_request_context.cc

Issue 17368004: Revert 207763 "Merge https://src.chromium.org/viewvc/chrome?revi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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
Index: branches/1500/src/chrome/browser/net/chrome_url_request_context.cc
===================================================================
--- branches/1500/src/chrome/browser/net/chrome_url_request_context.cc (revision 207763)
+++ branches/1500/src/chrome/browser/net/chrome_url_request_context.cc (working copy)
@@ -298,7 +298,8 @@
ChromeURLRequestContext::ChromeURLRequestContext(
ContextType type,
chrome_browser_net::LoadTimeStats* load_time_stats)
- : load_time_stats_(load_time_stats) {
+ : weak_factory_(this),
+ load_time_stats_(load_time_stats) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
if (load_time_stats_)
load_time_stats_->RegisterURLRequestContext(this, type);
« no previous file with comments | « branches/1500/src/chrome/browser/net/chrome_url_request_context.h ('k') | branches/1500/src/net/socket_stream/socket_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698