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

Unified Diff: net/url_request/url_request_unittest.cc

Issue 7827033: Introduce net::HttpServerPropertiesManager to manage server-specific properties. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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_unittest.cc
===================================================================
--- net/url_request/url_request_unittest.cc (revision 104227)
+++ net/url_request/url_request_unittest.cc (working copy)
@@ -253,6 +253,9 @@
public:
URLRequestTest() : default_context_(new TestURLRequestContext(true)) {
default_context_->set_network_delegate(&default_network_delegate_);
+ // TODO(rtenneti): We should probably use HttpServerPropertiesManager for
willchan no longer on Chromium 2011/10/07 19:15:46 This TODO doesn't make sense, since net/ has no co
ramant (doing other things) 2011/10/08 21:51:40 Done.
+ // the system URLRequestContext too. There's no reason this should be tied
+ // to a profile.
default_context_->Init();
}

Powered by Google App Engine
This is Rietveld 408576698