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

Unified Diff: net/url_request/url_request_job_manager.cc

Issue 147036: Revert the previous checkin r19037 because it causes test_shell to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job_manager.cc
===================================================================
--- net/url_request/url_request_job_manager.cc (revision 19037)
+++ net/url_request/url_request_job_manager.cc (working copy)
@@ -16,7 +16,7 @@
#if defined(OS_WIN)
#include "net/url_request/url_request_ftp_job.h"
#else
-#include "net/url_request/url_request_new_ftp_job.h"
+// TODO(playmobil): Implement on non-windows platforms.
#endif
#include "net/url_request/url_request_http_job.h"
#include "net/url_request/url_request_view_cache_job.h"
@@ -38,7 +38,7 @@
#if defined(OS_WIN)
{ "ftp", URLRequestFtpJob::Factory },
#else
- { "ftp", URLRequestNewFtpJob::Factory },
+// TODO(playmobil): Implement on non-windows platforms.
#endif
{ "about", URLRequestAboutJob::Factory },
{ "view-cache", URLRequestViewCacheJob::Factory },
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698