summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 08:56:21 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 08:56:21 +0000
commit29c494224c84b5393dbd9de92994dbb2b763ca15 (patch)
tree1989d9a10a1cc4a5cc4334cc8c7e1d5054345022 /chrome/common
parentaca4eca3f4fc0da7a4bfe8c57815b5a746c4782f (diff)
downloadchromium_src-29c494224c84b5393dbd9de92994dbb2b763ca15.zip
chromium_src-29c494224c84b5393dbd9de92994dbb2b763ca15.tar.gz
chromium_src-29c494224c84b5393dbd9de92994dbb2b763ca15.tar.bz2
Remove WinInet FTP code.
TEST=none BUG=25520 Review URL: http://codereview.chromium.org/523034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 5ce3111..b4e5ce4 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -658,9 +658,6 @@ const char kWebWorkerShareProcesses[] = "web-worker-share-processes";
// to use Chromium's network stack to fetch, and V8 to evaluate.
const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver";
-// On Windows only: use the old WinInet-based ftp implemetation.
-const char kWininetFtp[] = "wininet-ftp";
-
// Causes the process to run as a worker subprocess.
const char kWorkerProcess[] = "worker";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 0622455..56b5189 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -188,7 +188,6 @@ extern const char kWaitForDebuggerChildren[];
extern const char kWebWorkerProcessPerCore[];
extern const char kWebWorkerShareProcesses[];
extern const char kWinHttpProxyResolver[];
-extern const char kWininetFtp[];
extern const char kWorkerProcess[];
extern const char kWorkerStartupDialog[];
extern const char kZygoteCmdPrefix[];