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

Unified Diff: net/url_request/url_request.h

Issue 10299002: Stop refcounting URLRequestContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More fixes Created 8 years, 8 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: net/url_request/url_request.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index 958f6ab273ae4ee83b68f51f04061fa3485578ec..108a99cd4f9f91a8f7b13e2efecb556e7f9fdccc 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -685,7 +685,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
// Contextual information used for this request (can be NULL). This contains
// most of the dependencies which are shared between requests (disk cache,
// cookie store, socket pool, etc.)
- scoped_refptr<const URLRequestContext> context_;
+ const URLRequestContext* context_;
// Tracks the time spent in various load states throughout this request.
BoundNetLog net_log_;

Powered by Google App Engine
This is Rietveld 408576698