Chromium Code Reviews| 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..0ca5150c220aaf69ad1ce13f6208c93bcbe6e182 100644 |
| --- a/net/ftp/ftp_network_transaction.h |
| +++ b/net/ftp/ftp_network_transaction.h |
| @@ -34,7 +34,6 @@ class NET_EXPORT_PRIVATE FtpNetworkTransaction : public FtpTransaction { |
| ~FtpNetworkTransaction() override; |
| virtual int Stop(int error); |
|
davidben
2015/02/04 18:51:18
While you're here, is there any reason this is vir
xunjieli
2015/02/04 20:29:29
Done. Agreed, there should not be a virtual modifi
|
| - virtual int RestartIgnoringLastError(const CompletionCallback& callback); |
| // FtpTransaction methods: |
| int Start(const FtpRequestInfo* request_info, |