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

Unified Diff: chrome/browser/net/http_pipelining_compatibility_client.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: chrome/browser/net/http_pipelining_compatibility_client.h
diff --git a/chrome/browser/net/http_pipelining_compatibility_client.h b/chrome/browser/net/http_pipelining_compatibility_client.h
index b50f9d3e6ccdde30b52742297fcbfe5a3e555592..90b72274ec6b5e258f37dcc7eb5b963bd4beb1d0 100644
--- a/chrome/browser/net/http_pipelining_compatibility_client.h
+++ b/chrome/browser/net/http_pipelining_compatibility_client.h
@@ -141,7 +141,7 @@ class HttpPipeliningCompatibilityClient
virtual void ReportNetworkError(int request_id, int error_code) OVERRIDE;
virtual void ReportResponseCode(int request_id, int response_code) OVERRIDE;
- scoped_refptr<net::URLRequestContext> url_request_context_;
+ scoped_ptr<net::URLRequestContext> url_request_context_;
eroman 2012/05/04 04:27:02 Seems like http_transaction_factory should outlive
scoped_ptr<net::HttpTransactionFactory> http_transaction_factory_;
scoped_ptr<internal::PipelineTestRequest::Factory> factory_;
ScopedVector<internal::PipelineTestRequest> requests_;

Powered by Google App Engine
This is Rietveld 408576698