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

Unified Diff: chrome/browser/net/connection_tester.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/connection_tester.h
diff --git a/chrome/browser/net/connection_tester.h b/chrome/browser/net/connection_tester.h
index 903f0b537a29b344e6991e3cec2faea6ee4cdda5..109bb50409364f38114ce8cab11ee9bdd5483e95 100644
--- a/chrome/browser/net/connection_tester.h
+++ b/chrome/browser/net/connection_tester.h
@@ -174,7 +174,7 @@ class ConnectionTester {
// of the list is the one currently in progress.
ExperimentList remaining_experiments_;
- const scoped_refptr<net::URLRequestContext> proxy_request_context_;
+ net::URLRequestContext* const proxy_request_context_;
DISALLOW_COPY_AND_ASSIGN(ConnectionTester);
};

Powered by Google App Engine
This is Rietveld 408576698