| Index: net/url_request/url_request_about_job.cc
|
| diff --git a/net/url_request/url_request_about_job.cc b/net/url_request/url_request_about_job.cc
|
| index 242a7357460f7afee0f229ff40e7b62736ef6e36..04ad6d8ae2be896ce8001ac654fc258bf2e4b635 100644
|
| --- a/net/url_request/url_request_about_job.cc
|
| +++ b/net/url_request/url_request_about_job.cc
|
| @@ -20,13 +20,6 @@ URLRequestAboutJob::URLRequestAboutJob(URLRequest* request,
|
| ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| }
|
|
|
| -// static
|
| -URLRequestJob* URLRequestAboutJob::Factory(URLRequest* request,
|
| - NetworkDelegate* network_delegate,
|
| - const std::string& scheme) {
|
| - return new URLRequestAboutJob(request, network_delegate);
|
| -}
|
| -
|
| void URLRequestAboutJob::Start() {
|
| // Start reading asynchronously so that all error reporting and data
|
| // callbacks happen as they would for network requests.
|
|
|