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

Unified Diff: net/url_request/url_request_file_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_file_job.h
diff --git a/net/url_request/url_request_file_job.h b/net/url_request/url_request_file_job.h
index 011a894981ded6156302a5318a3a64ea8dd89805..fc19e78895fe5a1ce61db9305b15c919a897dc0c 100644
--- a/net/url_request/url_request_file_job.h
+++ b/net/url_request/url_request_file_job.h
@@ -28,8 +28,6 @@ class NET_EXPORT URLRequestFileJob : public URLRequestJob {
const FilePath& file_path,
NetworkDelegate* network_delegate);
- static URLRequest::ProtocolFactory Factory;
-
#if defined(OS_CHROMEOS)
static bool AccessDisabled(const FilePath& file_path);
#endif

Powered by Google App Engine
This is Rietveld 408576698