diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 20:13:33 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 20:13:33 +0000 |
commit | b65ce0948709317aadc38e18c1a16f23a72bb5eb (patch) | |
tree | f4f9f816e60a18afb214dbd0d1a5ea8108ad3863 /net/build | |
parent | 0f9d542be7a415150b3002e3a0c642f9f2e252a4 (diff) | |
download | chromium_src-b65ce0948709317aadc38e18c1a16f23a72bb5eb.zip chromium_src-b65ce0948709317aadc38e18c1a16f23a72bb5eb.tar.gz chromium_src-b65ce0948709317aadc38e18c1a16f23a72bb5eb.tar.bz2 |
Add command line switch "--new-ftp" for new portable FTP
implementation.
Add the (empty) URLRequestNewFtpJob class.
Contributed by Ibrar Ahmed <ibrar.ahmad@gmail.com>.
BUG=4965
R=darin,wtc
Review URL: http://codereview.chromium.org/42197
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net.vcproj | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index ffe5699..07d47a6 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -662,6 +662,14 @@ > </File> <File + RelativePath="..\url_request\url_request_new_ftp_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_new_ftp_job.h" + > + </File> + <File RelativePath="..\url_request\url_request_simple_job.cc" > </File> @@ -1054,15 +1062,15 @@ > </File> <File - RelativePath="..\proxy\proxy_resolver_v8.cc" + RelativePath="..\proxy\proxy_resolver_script.h" > </File> <File - RelativePath="..\proxy\proxy_resolver_v8.h" + RelativePath="..\proxy\proxy_resolver_v8.cc" > </File> <File - RelativePath="..\proxy\proxy_resolver_script.h" + RelativePath="..\proxy\proxy_resolver_v8.h" > </File> <File |