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

Unified Diff: net/url_request/url_request_ftp_job.h

Issue 10836206: Removed static factories for data, ftp, file, and about jobs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added includes for Android Created 8 years, 4 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
Index: net/url_request/url_request_ftp_job.h
diff --git a/net/url_request/url_request_ftp_job.h b/net/url_request/url_request_ftp_job.h
index eadf4450d9acbfa79edadc8a77fd14f35f1ba650..4aefb5d1f17b43c5c86a4e2cfaecc7319435a9e7 100644
--- a/net/url_request/url_request_ftp_job.h
+++ b/net/url_request/url_request_ftp_job.h
@@ -29,10 +29,6 @@ class URLRequestFtpJob : public URLRequestJob {
FtpTransactionFactory* ftp_transaction_factory,
FtpAuthCache* ftp_auth_cache);
- // TODO(shalev): get rid of this function in favor of FtpProtocolHandler.
- static URLRequestJob* Factory(URLRequest* request,
- const std::string& scheme);
-
// Overridden from URLRequestJob:
virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
virtual HostPortPair GetSocketAddress() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698