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

Unified Diff: net/url_request/url_request_ftp_job_unittest.cc

Issue 332313003: Add Finch experiment for selectively bypassing proxies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: callback design (not yet done) Created 6 years, 6 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
« net/proxy/proxy_service.cc ('K') | « net/url_request/url_request_ftp_job.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_ftp_job_unittest.cc
diff --git a/net/url_request/url_request_ftp_job_unittest.cc b/net/url_request/url_request_ftp_job_unittest.cc
index 8797a3584fb44196fa4b4183dff795f3e6fa0e0b..e51bb5080395741eb008a452c1b1a4eb5b8d5ca1 100644
--- a/net/url_request/url_request_ftp_job_unittest.cc
+++ b/net/url_request/url_request_ftp_job_unittest.cc
@@ -216,7 +216,7 @@ class URLRequestFtpJobTest : public testing::Test {
URLRequestFtpJobTest()
: request_context_(&socket_factory_,
new ProxyService(
- new SimpleProxyConfigService, NULL, NULL),
+ new SimpleProxyConfigService, NULL, NULL, NULL),
&network_delegate_,
&ftp_transaction_factory_) {
}
« net/proxy/proxy_service.cc ('K') | « net/url_request/url_request_ftp_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698