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

Unified Diff: net/url_request/url_request_test_util.h

Issue 1094553002: Revert "Speculative revert by sheriff" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « net/url_request/url_fetcher_impl_unittest.cc ('k') | sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_test_util.h
diff --git a/net/url_request/url_request_test_util.h b/net/url_request/url_request_test_util.h
index 0208b4392fcf3fb0789828333d636f9e3fb85ef4..c856c9852b1048f25c2c9fa6fcd377a6f7e4ec7e 100644
--- a/net/url_request/url_request_test_util.h
+++ b/net/url_request/url_request_test_util.h
@@ -70,7 +70,8 @@ class TestURLRequestContext : public URLRequestContext {
}
void set_http_network_session_params(
- const HttpNetworkSession::Params& params) {
+ scoped_ptr<HttpNetworkSession::Params> params) {
+ http_network_session_params_ = params.Pass();
}
void SetSdchManager(scoped_ptr<SdchManager> sdch_manager) {
« no previous file with comments | « net/url_request/url_fetcher_impl_unittest.cc ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698