| Index: net/ftp/ftp_network_layer.h
|
| ===================================================================
|
| --- net/ftp/ftp_network_layer.h (revision 13921)
|
| +++ net/ftp/ftp_network_layer.h (working copy)
|
| @@ -11,15 +11,17 @@
|
| namespace net {
|
|
|
| class FtpNetworkSession;
|
| +class FtpAuthCache;
|
|
|
| class FtpNetworkLayer : public FtpTransactionFactory {
|
| public:
|
| FtpNetworkLayer();
|
| ~FtpNetworkLayer();
|
|
|
| + static FtpTransactionFactory* CreateFactory();
|
| +
|
| // FtpTransactionFactory methods:
|
| virtual FtpTransaction* CreateTransaction();
|
| - virtual FtpAuthCache* GetAuthCache();
|
| virtual void Suspend(bool suspend);
|
|
|
| private:
|
|
|