| Index: net/ftp/ftp_network_transaction.h
|
| diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h
|
| index fc94ae78f53586b388466a6f803ca85553d3813a..6bf01bdf62952016bcc3da2b1789950b08838632 100644
|
| --- a/net/ftp/ftp_network_transaction.h
|
| +++ b/net/ftp/ftp_network_transaction.h
|
| @@ -33,8 +33,7 @@ class NET_EXPORT_PRIVATE FtpNetworkTransaction : public FtpTransaction {
|
| ClientSocketFactory* socket_factory);
|
| ~FtpNetworkTransaction() override;
|
|
|
| - virtual int Stop(int error);
|
| - virtual int RestartIgnoringLastError(const CompletionCallback& callback);
|
| + int Stop(int error);
|
|
|
| // FtpTransaction methods:
|
| int Start(const FtpRequestInfo* request_info,
|
|
|