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-08-20 18:15:22 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 18:15:22 +0000
commit88212f1acfd9e842eea20849e5c27eded66a492f (patch)
treed7aa9421a0bfb71a087c8201d7ec4ca3d4d2281b /chrome/common/chrome_switches.h
parent1adabe472d0af3524e3d432699bb1fa48757b8e2 (diff)
downloadchromium_src-88212f1acfd9e842eea20849e5c27eded66a492f.zip
chromium_src-88212f1acfd9e842eea20849e5c27eded66a492f.tar.gz
chromium_src-88212f1acfd9e842eea20849e5c27eded66a492f.tar.bz2
Make new FTP the default on Windows. Use the --wininet-ftp
command-line switch to select the old WinInet-based FTP implementation. R=phajdan.jr BUG=http://crbug.com/4965 TEST=none Review URL: http://codereview.chromium.org/173099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index e3ff1a9..28426be 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -160,7 +160,7 @@ extern const wchar_t kRendererCmdPrefix[];
extern const wchar_t kUtilityCmdPrefix[];
-extern const wchar_t kNewFtp[];
+extern const wchar_t kWininetFtp[];
extern const wchar_t kEnableNativeWebWorkers[];
extern const wchar_t kWebWorkerProcessPerCore[];