| Index: net/url_request/url_request_data_job.h
|
| diff --git a/net/url_request/url_request_data_job.h b/net/url_request/url_request_data_job.h
|
| index e00d43c1dd84103df3d3d6de001fec7dba1056e3..766296ffd6d057ef53f142d80f9e444999ff7928 100644
|
| --- a/net/url_request/url_request_data_job.h
|
| +++ b/net/url_request/url_request_data_job.h
|
| @@ -19,12 +19,13 @@ class URLRequestDataJob : public URLRequestSimpleJob {
|
| public:
|
| explicit URLRequestDataJob(URLRequest* request);
|
|
|
| + static URLRequest::ProtocolFactory Factory;
|
| +
|
| + // URLRequestSimpleJob
|
| virtual bool GetData(std::string* mime_type,
|
| std::string* charset,
|
| std::string* data) const;
|
|
|
| - static URLRequest::ProtocolFactory Factory;
|
| -
|
| private:
|
| ~URLRequestDataJob();
|
|
|
|
|