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

Unified Diff: net/url_request/url_request_http_job.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_http_job.h
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
index 836ddb6b224299183bc89961d6caa73320ec8a12..3ff218f61dc423fe02af1df464f20e8d948ed19c 100644
--- a/net/url_request/url_request_http_job.h
+++ b/net/url_request/url_request_http_job.h
@@ -93,10 +93,6 @@ class URLRequestHttpJob : public URLRequestJob {
virtual HostPortPair GetSocketAddress() const OVERRIDE;
virtual void NotifyURLRequestDestroyed() OVERRIDE;
- // Keep a reference to the url request context to be sure it's not deleted
- // before us.
- scoped_refptr<const URLRequestContext> context_;
eroman 2012/05/04 04:27:02 *fingers crossed*
willchan no longer on Chromium 2012/05/04 21:47:41 I'm optimistic :)
-
HttpRequestInfo request_info_;
const HttpResponseInfo* response_info_;

Powered by Google App Engine
This is Rietveld 408576698