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

Unified Diff: net/ftp/ftp_network_layer.cc

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 | « net/ftp/ftp_network_layer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_network_layer.cc
diff --git a/net/ftp/ftp_network_layer.cc b/net/ftp/ftp_network_layer.cc
index f498299c6448edadbc5c6ec5c2df5607e436e7c9..e8053dee3ae933870ef7190a7138f457e84d2672 100644
--- a/net/ftp/ftp_network_layer.cc
+++ b/net/ftp/ftp_network_layer.cc
@@ -18,12 +18,6 @@ FtpNetworkLayer::FtpNetworkLayer(HostResolver* host_resolver)
FtpNetworkLayer::~FtpNetworkLayer() {
}
-// static
-FtpTransactionFactory* FtpNetworkLayer::CreateFactory(
- HostResolver* host_resolver) {
- return new FtpNetworkLayer(host_resolver);
-}
-
FtpTransaction* FtpNetworkLayer::CreateTransaction() {
if (suspended_)
return NULL;
« no previous file with comments | « net/ftp/ftp_network_layer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698