Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: net/ftp/ftp_network_transaction.h

Issue 903273002: Update from https://crrev.com/315085 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/dns/dns_hosts.cc ('k') | net/ftp/ftp_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « net/dns/dns_hosts.cc ('k') | net/ftp/ftp_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698