summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 4204e27..3a32417 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -427,10 +427,10 @@ const wchar_t kRendererCmdPrefix[] = L"renderer-cmd-prefix";
// On POSIX only: the contents of this flag are prepended to the utility
// process command line. Useful values might be "valgrind" or "xterm -e gdb
// --args".
-const wchar_t kUtilityCmdPrefix[] = L"utility-cmd-prefix";
+const wchar_t kUtilityCmdPrefix[] = L"utility-cmd-prefix";
-// Temparary option for new ftp implemetation.
-const wchar_t kNewFtp[] = L"new-ftp";
+// On Windows only: use the old WinInet-based ftp implemetation.
+const wchar_t kWininetFtp[] = L"wininet-ftp";
// Enable Native Web Worker support
const wchar_t kEnableNativeWebWorkers[] = L"enable-native-web-workers";