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

Unified Diff: net/ftp/ftp_network_layer.h

Issue 1362323002: Removing unused method FtpNetworkLayer::CreateFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | net/ftp/ftp_network_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_network_layer.h
diff --git a/net/ftp/ftp_network_layer.h b/net/ftp/ftp_network_layer.h
index 30ed96067d43914b17b510d6ff00c889bcd449ea..e22ec49e8653d8f6a6e70d926c9e9baeeaa3082f 100644
--- a/net/ftp/ftp_network_layer.h
+++ b/net/ftp/ftp_network_layer.h
@@ -21,8 +21,6 @@ class NET_EXPORT FtpNetworkLayer : public FtpTransactionFactory {
explicit FtpNetworkLayer(HostResolver* host_resolver);
~FtpNetworkLayer() override;
- static FtpTransactionFactory* CreateFactory(HostResolver* host_resolver);
-
// FtpTransactionFactory methods:
FtpTransaction* CreateTransaction() override;
void Suspend(bool suspend) override;
« no previous file with comments | « no previous file | net/ftp/ftp_network_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698