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

Unified Diff: net/url_request/url_request_data_job.cc

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_data_job.cc
diff --git a/net/url_request/url_request_data_job.cc b/net/url_request/url_request_data_job.cc
index ed58cbb7e9ed3172f133f88d08a9b90bca541270..9a88c5e6ec86c0180c0aa371e248ac9513f22620 100644
--- a/net/url_request/url_request_data_job.cc
+++ b/net/url_request/url_request_data_job.cc
@@ -15,12 +15,6 @@ URLRequestDataJob::URLRequestDataJob(URLRequest* request)
: URLRequestSimpleJob(request) {
}
-// static
-URLRequestJob* URLRequestDataJob::Factory(URLRequest* request,
- const std::string& scheme) {
- return new URLRequestDataJob(request);
-}
-
int URLRequestDataJob::GetData(std::string* mime_type,
std::string* charset,
std::string* data,

Powered by Google App Engine
This is Rietveld 408576698