summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_transaction_factory.h
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-11 17:01:17 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-11 17:01:17 +0000
commit581e0d06dc3599bec309d34203b6b5693446fe7f (patch)
treec8c11535827d0b5302d07b257c12d998f8a9edb3 /net/ftp/ftp_transaction_factory.h
parenta63bd1137e938034873b318355731c656caf05fe (diff)
downloadchromium_src-581e0d06dc3599bec309d34203b6b5693446fe7f.zip
chromium_src-581e0d06dc3599bec309d34203b6b5693446fe7f.tar.gz
chromium_src-581e0d06dc3599bec309d34203b6b5693446fe7f.tar.bz2
FTP Transaction code for new Portable FTP code.
The patch is contributed by Ibrar Ahmed <ibrar.ahmad@gmail.com>. Original review: http://codereview.chromium.org/39130 R=wtc http://crbug.com/4965 TEST=None. Work in progress. Review URL: http://codereview.chromium.org/115137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/ftp/ftp_transaction_factory.h')
-rw-r--r--net/ftp/ftp_transaction_factory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ftp/ftp_transaction_factory.h b/net/ftp/ftp_transaction_factory.h
index f4cc53a..7e39026 100644
--- a/net/ftp/ftp_transaction_factory.h
+++ b/net/ftp/ftp_transaction_factory.h
@@ -7,7 +7,6 @@
namespace net {
-class FtpAuthCache;
class FtpTransaction;
// An interface to a class that can create FtpTransaction objects.
@@ -18,9 +17,6 @@ class FtpTransactionFactory {
// Creates a FtpTransaction object.
virtual FtpTransaction* CreateTransaction() = 0;
- // Returns the associated FTP auth cache if any (may be NULL).
- virtual FtpAuthCache* GetAuthCache() = 0;
-
// Suspends the creation of new transactions. If |suspend| is false, creation
// of new transactions is resumed.
virtual void Suspend(bool suspend) = 0;