summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 20:13:33 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 20:13:33 +0000
commitb65ce0948709317aadc38e18c1a16f23a72bb5eb (patch)
treef4f9f816e60a18afb214dbd0d1a5ea8108ad3863 /chrome/common/chrome_switches.h
parent0f9d542be7a415150b3002e3a0c642f9f2e252a4 (diff)
downloadchromium_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 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 07b171f..cd78d00 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -149,6 +149,8 @@ extern const wchar_t kTestName[];
extern const wchar_t kRendererCmdPrefix[];
+extern const wchar_t kNewFtp[];
+
extern const wchar_t kIPCUseFIFO[];
extern const wchar_t kEnableOutOfProcessDevTools[];